GUIKit`
GUIKit`
"WizardPage"
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Widget["WizardPage"]
represents a page of a wizard.
Details
- To use Widget["WizardPage"], you first need to load GUIKit using Needs["GUIKit`"].
- Widget["WizardPage"] contains many of the same properties as Widget["Wizard"] so that it can override shared content, such as "sideBarTitle" or "sideBarContent", if this will not be the same for every page of the wizard.
- The following properties are available:
-
"title" Null title of the page "sideBarTitle" Null title of the sidebar "content" Null the content of the page "navigationNames" {"Back","Next","Last","Cancel","Help"} which of the Back, Next, Last, Finish Cancel, Close, and Help buttons to display "allowBack" True whether the Back button is enabled - Other "allow" properties exist for all valid navigation buttons.
- The following events are available:
-
"pageWillActivate" the event triggered just before the page becomes the new active wizard page "pageDidActivate" the event triggered just after the page became the new active wizard page "pageWillDeactivate" the event triggered just before the page loses active wizard page status "pageDidDeactivate" the event triggered just after the page loses active wizard page status
Examples
open allclose allBasic Examples (1)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-f6ppab
In[2]:=2

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-le1
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-9q
Out[3]=3

In[4]:=4

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-ffp
Out[4]=4

In[5]:=5

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-pjr
Out[5]=5

Interactive Examples (2)Examples with interactive outputs
In[1]:=1

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-xi00l
In[2]:=2

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-xsu
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-y16
Out[3]=3

In[1]:=1

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-grvggs
Create a wizard that imports text into the Wolfram System:
In[2]:=2

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-xqj
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0cu04c88jmnxspuu-qs4
Out[3]=3
