signal callback delegate or function to connect
void callback(gtk.widget.Widget page, gtk.assistant.Assistant assistant)
page the current page (optional)
assistant the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Deprecated: This widget will be removed in GTK 5
Connect to Prepare signal.
Emitted when a new page is set as the assistant's current page, before making the new page visible.
A handler for this signal can do any preparations which are necessary before showing page.