Gtk.Assistant::apply

function callback(assistant, ):void;

The ::apply signal is 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.AssistantPageType.progress after the confirmation page and handle this operation within the Gtk.prepare signal of the progress page.

Since 2.10

assistant

instance of Gtk.Assistant that is emitting the signal