struct Gtk::SignalListItemFactory::BindSignal
- Gtk::SignalListItemFactory::BindSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when an object has been bound, for example when a
new Gtk::ListItem#item
has been set on a
Gtk::ListItem
and should be bound for use.
After this signal was emitted, the object might be shown in
a Gtk::ListView
or other widget.
The Gtk::SignalListItemFactory::#unbind
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.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(GObject::Object, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(GObject::Object, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::SignalListItemFactory, GObject::Object, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(object : GObject::Object) : 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 : 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
#