GUIKit`
GUIKit`
"Slider"
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Widget["Slider"]
represents a slider.
Details
- 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