Gtk.AccessibleList¶
Fields¶
None
Methods¶
class |
|
class |
|
|
Details¶
- class Gtk.AccessibleList¶
A boxed type which wraps a list of references to
Gtk.Accessible
objects.New in version 4.14.
- classmethod new_from_array(accessibles)[source]¶
- Parameters:
accessibles ([
Gtk.Accessible
]) – array of accessible objects- Returns:
the newly created list of accessible objects
- Return type:
Allocates a new list of accessible objects.
New in version 4.14.
- classmethod new_from_list(list)[source]¶
- Parameters:
list ([
Gtk.Accessible
]) – a list of accessible objects- Returns:
the list of accessible objects
- Return type:
Allocates a new
GtkAccessibleList
, doing a shallow copy of the passed list of accessible objectsNew in version 4.14.