gtk.accessible_list
Module for [AccessibleList] class
class AccessibleList
Types 1
A boxed type which wraps a list of references to GtkAccessible objects.
Methods
gtk.accessible_list.AccessibleList newFromArray(gtk.accessible.Accessible[] accessibles) static nothrowAllocates a new list of accessible instances.gtk.accessible_list.AccessibleList newFromList(gtk.accessible.Accessible[] list) static nothrowAllocates a new [gtk.accessible_list.AccessibleList], doing a shallow copy of the passed list of [gtk.accessible.Accessible] instances.gtk.accessible.Accessible[] getObjects() nothrowGets the list of objects this boxed type holds Returns: a shallow copy of the objects