About my projects, examples and tutorials
Gnome::Gtk4::N-AccessibleList

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! )
Code

new-from-array§

Allocates a new list of accessible instances.

method new-from-array ( N-Object() $accessibles, Int() $n-accessibles --> Gnome::Gtk4::AccessibleList )
Code
  • $accessibles; array of GtkAccessible.
  • $n-accessibles; length of $accessibles array.

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 )
Code
  • $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 )
Code

Return value; a shallow copy of the objects.