AccessibleList#

Added in version 4.14.

class AccessibleList(*args, **kwargs)#

Wraps a list of references to Accessible objects.

Constructors#

class AccessibleList
classmethod new_from_array(accessibles: list[Accessible]) AccessibleList#

Allocates a new list of accessible objects.

Added in version 4.14.

Parameters:

accessibles – array of accessible objects

classmethod new_from_list(list: list[Accessible]) AccessibleList#

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

Added in version 4.14.

Parameters:

list – a list of accessible objects

Methods#

class AccessibleList
get_objects() list[Accessible]#

Gets the list of objects this boxed type holds.

Added in version 4.14.