home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
optionmenu
< prev
next >
Wrap
Text File
|
2003-09-01
|
419b
|
13 lines
# ----------------------------------------------------------------------
# DEMO: optionmenu in [incr Widgets]
# ----------------------------------------------------------------------
package require Iwidgets 4.0
iwidgets::optionmenu .cb -labeltext "Font:" -labelpos w -command {
puts "selected: [.cb get]"
}
pack .cb
.cb insert end Ariel Courier Helvetica Knarly Lucida \
Rumpus Symbol Times "Zapf Dingbats"