struct Gtk::SignalListItemFactory::SetupSignal

Overview

Emitted when a new listitem has been created and needs to be setup for use.

It is the first signal emitted for every listitem.

The Gtk::SignalListItemFactory::#teardown signal is the opposite of this signal and can be used to undo everything done in this signal.

Defined in:

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

Instance Method Summary

Instance methods inherited from struct GObject::Signal

[](detail : String) : self [], name : String name

Constructor methods inherited from struct GObject::Signal

new(source : GObject::Object, detail : String? = nil) new

Instance Method Detail

def connect(*, after : Bool = false, &block : Proc(GObject::Object, Nil)) : GObject::SignalConnection #

def connect(handler : Proc(GObject::Object, Nil), *, after : Bool = false) : GObject::SignalConnection #

def connect(handler : Proc(Gtk::SignalListItemFactory, GObject::Object, Nil), *, after : Bool = false) : GObject::SignalConnection #

def emit(object : GObject::Object) : Nil #

def name : String #
Description copied from struct GObject::Signal

The signal name