home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
mac
/
exsource.old
/
30_8.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
187b
|
12 lines
#
# Example 30-8
# A scale widget.
#
scale .scale -from -10 -to 20 -length 200 -variable x \
-orient horizontal -label "The value of X" \
-tickinterval 5 -showvalue true
pack .scale