Wizard — Wizard frame - not for general use, use the Wizard:: module instead!
Wizard
( | any backButtonId , |
string backButtonLabel , | |
any abortButtonId , | |
string abortButtonLabel , | |
any nextButtonId , | |
string
nextButtonLabel
) ; |
backButtonId
ID to return when the user presses the "Back" button
backButtonLabel
Label of the "Back" button
abortButtonId
ID to return when the user presses the "Abort" button
abortButtonLabel
Label of the "Abort" button
nextButtonId
ID to return when the user presses the "Next" button
nextButtonLabel
Label of the "Next" button
stepsEnabled
Enable showing wizard steps (use UI::WizardCommand() to set them).
treeEnabled
Enable showing a selection tree in the left panel. Disables stepsEnabled.
This is the UI-specific technical implementation of a wizard dialog's main widget. This is not intended for general use - use the Wizard:: module instead which will use this widget properly.
A wizard widget always has ID `wizard. The ID of the single replace point within the wizard is always `contents.
![]() | Note |
---|---|
This is a "special" widget, i.e. not all UIs necessarily support it. Check for availability with |