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