struct Gtk::Dialog::CloseSignal
- Gtk::Dialog::CloseSignal
- Struct
- Value
- Object
Overview
Emitted when the user uses a keybinding to close the dialog.
This is a keybinding signal.
The default binding for this signal is the Escape key.
Defined in:
auto/gtk-4.0/dialog.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Nil))
- #connect(handler : Proc(Nil))
- #connect(handler : Proc(Gtk::Dialog, Nil))
- #connect_after(&block : Proc(Nil))
- #connect_after(handler : Proc(Nil))
- #connect_after(handler : Proc(Gtk::Dialog, Nil))
- #emit : Nil
- #name