Skip to content

Gtk.AccessibleList

record (struct)

Wraps a list of references to Accessible objects.

Constructors

new_from_array

@classmethod
def new_from_array(cls, accessibles: list[Accessible]) -> AccessibleList

Allocates a new list of accessible objects.

Parameters:

  • accessibles — array of accessible objects

new_from_list

@classmethod
def new_from_list(cls, list: list[Accessible]) -> AccessibleList

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

def get_objects(self) -> list[Accessible]

Gets the list of objects this boxed type holds.