GUIKit Package

"Wizard"

Widget["Wizard"]
represents a collection of pages that form a wizard.
  • To use Widget["Wizard"], you first need to load GUIKit using Needs["GUIKit`"].
  • The following properties are available:
"pages"{}the wizard page contents
"title"Nulltitle of the wizard
"sideBarTitle"Nulltitle of the sidebar
  • The following events are available:
"wizardFinished"the event triggered when the wizard successfully completes all tasks
"wizardCanceled"the event triggered when the wizard was canceled and will not complete all tasks
"wizardClosed"the event triggered when the wizard will close, either after a successful finish or cancel
© 2008 Wolfram Research, Inc. japanese.gif