class Gtk::AccessibleList

Overview

Wraps a list of references to Gtk::Accessible objects.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/accessible_list.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new_from_array(accessibles : Enumerable(Gtk::Accessible)) : self #

def self.new_from_list(list : GLib::List) : self #

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


def self.new_from_array(*accessibles : Gtk::Accessible) #

Instance Method Detail

def finalize #

def objects : GLib::List #

def to_unsafe : Pointer(Void) #