struct Gtk::ListBox::RowActivatedSignal
- Gtk::ListBox::RowActivatedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a row has been activated by the user.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/list_box.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::ListBoxRow, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ListBoxRow, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ListBox, Gtk::ListBoxRow, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(row : Gtk::ListBoxRow) : 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::ListBoxRow, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ListBoxRow, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ListBox, Gtk::ListBoxRow, Nil), *, after : Bool = false) : GObject::SignalConnection
#