struct Gtk::SignalListItemFactory::TeardownSignal
- Gtk::SignalListItemFactory::TeardownSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a listitem is about to be destroyed.
It is the last signal ever emitted for this listitem.
This signal is the opposite of the Gtk::SignalListItemFactory::#setup
signal and should be used to undo everything done in that signal.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/signal_list_item_factory.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::ListItem, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ListItem, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::SignalListItemFactory, Gtk::ListItem, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(listitem : Gtk::ListItem) : Nil
-
#name : String
The signal name
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 : Nil | String = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gtk::ListItem, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ListItem, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::SignalListItemFactory, Gtk::ListItem, Nil), *, after : Bool = false) : GObject::SignalConnection
#