struct Gtk::Assistant::ApplySignal
- Gtk::Assistant::ApplySignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when the apply button is clicked.
The default behavior of the Gtk::Assistant
is to switch to the page
after the current page, unless the current page is the last one.
A handler for the ::apply signal should carry out the actions for
which the wizard has collected data. If the action takes a long time
to complete, you might consider putting a page of type
%GTK_ASSISTANT_PAGE_PROGRESS after the confirmation page and handle
this operation within the Gtk::Assistant::#prepare
signal of
the progress page.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/assistant.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::Assistant, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit : 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::Assistant, Nil), *, after : Bool = false) : GObject::SignalConnection
#