:right-sidebar: True AccessibleList =================================================================== .. currentmodule:: gi.repository.Gtk .. versionadded:: 4.14 .. class:: AccessibleList(*args, **kwargs) :no-contents-entry: Wraps a list of references to :obj:`~gi.repository.Gtk.Accessible` objects. Constructors ------------ .. rst-class:: interim-class .. class:: AccessibleList :no-index: .. classmethod:: new_from_array(accessibles: list[~gi.repository.Gtk.Accessible]) -> ~gi.repository.Gtk.AccessibleList Allocates a new list of accessible objects. .. versionadded:: 4.14 :param accessibles: array of accessible objects .. classmethod:: new_from_list(list: list[~gi.repository.Gtk.Accessible]) -> ~gi.repository.Gtk.AccessibleList Allocates a new ``GtkAccessibleList``\, doing a shallow copy of the passed list of accessible objects .. versionadded:: 4.14 :param list: a list of accessible objects Methods ------- .. rst-class:: interim-class .. class:: AccessibleList :no-index: .. method:: get_objects() -> list[~gi.repository.Gtk.Accessible] Gets the list of objects this boxed type holds. .. versionadded:: 4.14