home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource
/
35_1.tcl
< prev
next >
Wrap
Text File
|
2003-04-16
|
209b
|
12 lines
#
# Example 35-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"