struct Gtk::Assistant::CloseSignal
- Gtk::Assistant::CloseSignal
- Struct
- Value
- Object
Overview
Emitted either when the close button of a summary page is clicked, or when the apply button in the last page in the flow (of type %GTK_ASSISTANT_PAGE_CONFIRM) is clicked.
Defined in:
auto/gtk-4.0/assistant.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Nil))
- #connect(handler : Proc(Nil))
- #connect(handler : Proc(Gtk::Assistant, Nil))
- #connect_after(&block : Proc(Nil))
- #connect_after(handler : Proc(Nil))
- #connect_after(handler : Proc(Gtk::Assistant, Nil))
- #emit : Nil
- #name