|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ControlType
ControlType
is an option for Manipulate and related functions that specifies what type of controls should be displayed.
DetailsDetails
- Possible control types are Animator, Checkbox, ColorSetter, ColorSlider, InputField, Manipulator, PopupMenu, RadioButton or RadioButtonBar, Setter or SetterBar, Slider, Slider2D, Trigger, and VerticalSlider. None can also be used.
- ControlType->None specifies that no controls should explicitly be displayed.
- ControlType->{type1, ...} specifies that the i
control should be of type
. - A ControlType option can be specified separately for each variable in a Manipulate.
- Arbitrary controls can be set up in Manipulate by giving control specifications of the form
.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Default Manipulate control:
| In[1]:= |
| Out[1]= | Play Animation ▪![]() |
Override with a Slider2D:
| In[2]:= |
| Out[2]= | Play Animation ▪![]() |
Default ControllerManipulate control:
| In[1]:= |
| Out[1]= |
Add a Slider linked to the same variable:
| In[2]:= |
| Out[2]= | ![]() |
Specify types for multiple controls:
| In[1]:= |
| Out[1]= | Play Animation ▪![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




