gi-gtk4-4.0.12: Gtk 4.x bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.AccessibleList

Description

Wraps a list of references to Accessible objects.

Since: 4.14

Synopsis

Exported types

newtype AccessibleList Source #

Memory-managed wrapper type.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

None.

Getters

getObjects.

Setters

None.

getObjects

accessibleListGetObjects Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> AccessibleList 
-> m [Accessible]

Returns: a shallow copy of the objects

Gets the list of objects this boxed type holds.

Since: 4.14

newFromArray

accessibleListNewFromArray Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> [Accessible]

accessibles: array of accessible objects

-> m AccessibleList

Returns: the newly created list of accessible objects

Allocates a new list of accessible objects.

Since: 4.14

newFromList

accessibleListNewFromList Source #

Arguments

:: (HasCallStack, MonadIO m, IsAccessible a) 
=> [a]

list: a list of accessible objects

-> m AccessibleList

Returns: the list of accessible objects

Allocates a new GtkAccessibleList, doing a shallow copy of the passed list of accessible objects

Since: 4.14