:right-sidebar: True AccessibleList =================================================================== .. currentmodule:: gi.repository.Gtk .. versionadded:: 4.14 .. class:: AccessibleList(*args, **kwargs) :no-contents-entry: :Constructors: :: new_from_array(accessibles:list) -> Gtk.AccessibleList new_from_list(list:list) -> Gtk.AccessibleList Constructors ------------ .. rst-class:: interim-class .. class:: AccessibleList :no-index: .. classmethod:: new_from_array(accessibles: ~typing.Sequence[~gi.repository.Gtk.Accessible]) -> ~gi.repository.Gtk.AccessibleList Allocates a new list of accessible instances. .. versionadded:: 4.14 :param accessibles: array of GtkAccessible .. 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 ``GtkAccessible`` instances. .. versionadded:: 4.14 :param list: a reference to a ``GList`` containing a list of accessible values 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