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"50the current value of the slider (an integer)
    "minimum"0the minimum value of the slider (an integer)
    "maximum"100the maximum value of the slider (an integer)
  • The following event is available:
  • "change"the event triggered when the slider position moves

Examples

Basic Examples  (1)