class Gtk::AccessibleList
- Gtk::AccessibleList
- Reference
- Object
Overview
Wraps a list of references to Gtk::Accessible
objects.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/accessible_list.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new_from_array(accessibles : Enumerable(Gtk::Accessible)) : self
- .new_from_list(list : GLib::List) : self
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
- .new_from_array(*accessibles : Gtk::Accessible)