Gtk.AccessibleList¶
record (struct)
Wraps a list of references to Accessible objects.
Constructors¶
new_from_array¶
Allocates a new list of accessible objects.
Parameters:
accessibles— array of accessible objects
new_from_list¶
Allocates a new GtkAccessibleList, doing a shallow copy
of the passed list of accessible objects
Parameters:
list— a list of accessible objects
Methods¶
get_objects¶
Gets the list of objects this boxed type holds.