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
Connect to Prepare signal.
The ::prepare signal is 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.