struct Gtk::SignalListItemFactory::SetupSignal
- Gtk::SignalListItemFactory::SetupSignal
- Struct
- Value
- Object
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:
auto/gtk-4.0/signal_list_item_factory.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Gtk::ListItem, Nil))
- #connect(handler : Proc(Gtk::ListItem, Nil))
- #connect(handler : Proc(Gtk::SignalListItemFactory, Gtk::ListItem, Nil))
- #connect_after(&block : Proc(Gtk::ListItem, Nil))
- #connect_after(handler : Proc(Gtk::ListItem, Nil))
- #connect_after(handler : Proc(Gtk::SignalListItemFactory, Gtk::ListItem, Nil))
- #emit(listitem : Gtk::ListItem) : Nil
- #name