|
SOLUTIONS
|
GUIKIT PACKAGE
{}"Slider"
Widget["Slider"]
represents a slider.
DetailsDetails
- To use Widget["Slider"], you first need to load GUIKit using Needs["GUIKit`"].
- The following properties are available:
-
"value" 50 the current value of the slider (an integer) "minimum" 0 the minimum value of the slider (an integer) "maximum" 100 the maximum value of the slider (an integer) - The following event is available:
-
"change" the event triggered when the slider position moves
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


