struct Gtk::InfoBar::ResponseSignal
- Gtk::InfoBar::ResponseSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when an action widget is clicked.
The signal is also emitted when the application programmer
calls Gtk::InfoBar#response
. The response_id depends
on which action widget was clicked.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/info_bar.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Int32, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Int32, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::InfoBar, Int32, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(response_id : Int32) : 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(handler : Proc(Gtk::InfoBar, Int32, Nil), *, after : Bool = false) : GObject::SignalConnection
#