AccessibleList

Added in version 4.14.

class AccessibleList(*args, **kwargs)

A boxed type which wraps a list of references to GtkAccessible objects.

Constructors

class AccessibleList
classmethod new_from_array(accessibles: Sequence[Accessible]) AccessibleList

Allocates a new list of accessible instances.

Added in version 4.14.

Parameters:

accessibles – array of GtkAccessible

classmethod new_from_list(list: list[Accessible]) AccessibleList

Allocates a new GtkAccessibleList, doing a shallow copy of the passed list of GtkAccessible instances.

Added in version 4.14.

Parameters:

list – a reference to a GList containing a list of accessible values

Methods

class AccessibleList
get_objects() list[Accessible]

Gets the list of objects this boxed type holds

Added in version 4.14.