home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
33_1.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
209b
|
12 lines
#
# Example 33-1
# Using listvariable to link a listbox and variable.
#
listbox .choices -height 5 -width 20 -listvariable states
pack .choices
lappend states Arizona
lappend states California "New Mexico"