PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
GUIKit Package
>
GUIKit
Package Widget
"Slider"
Widget["Slider"]
represents a slider.
MORE INFORMATION
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
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["GUIKit`"]
In[2]:=
In[3]:=
Out[3]=
SEE ALSO
Widget
Slider
TUTORIALS
GUIKit
User Guide
© 2008 Wolfram Research, Inc.