Gtk.AccessibleList

Fields

None

Methods

class

new_from_array (accessibles)

class

new_from_list (list)

get_objects ()

Details

class Gtk.AccessibleList

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

New in version 4.14.

classmethod new_from_array(accessibles)[source]
Parameters:

accessibles ([Gtk.Accessible]) – array of accessible objects

Returns:

the newly created list of accessible objects

Return type:

Gtk.AccessibleList

Allocates a new list of accessible objects.

New in version 4.14.

classmethod new_from_list(list)[source]
Parameters:

list ([Gtk.Accessible]) – a list of accessible objects

Returns:

the list of accessible objects

Return type:

Gtk.AccessibleList

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

New in version 4.14.

get_objects()[source]
Returns:

a shallow copy of the objects

Return type:

[Gtk.Accessible]

Gets the list of objects this boxed type holds.

New in version 4.14.