home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
32_6.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
167b
|
11 lines
#
# Example 32-6
# Enumerating spinbox values and wrapping.
#
set states [list Arizona California Nevada "New Mexico"]
spinbox .s3 -values $states -wrap 1
pack .s3