
Gnome::Gtk4::N-AccessibleList
Description
A boxed type which wraps a list of references to GtkAccessible objects.
Class initialization
new
:native-object
Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object() :$native-object! )
new-from-array
Allocates a new list of accessible instances.
method new-from-array ( N-Object() $accessibles, Int() $n-accessibles --> Gnome::Gtk4::AccessibleList )
$accessibles; array of GtkAccessible.
$n-accessibles; length of
$accessiblesarray.
new-from-list
Allocates a new Gnome::Gtk4::N-AccessibleList, doing a shallow copy of the passed list of Gnome::Gtk4::R-Accessible instances.
method new-from-list ( N-List() $list --> Gnome::Gtk4::AccessibleList )
$list; a reference to a Gnome::Glib::N-List containing a list of accessible values.
Methods
get-objects
Gets the list of objects this boxed type holds
method get-objects (--> N-List )
Return value; a shallow copy of the objects.
About all my projects