You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
# ----------------------------------------------------------------------
|
|
# DEMO: selectionbox in [incr Widgets]
|
|
# ----------------------------------------------------------------------
|
|
package require Iwidgets 4.0
|
|
|
|
option add *textBackground seashell
|
|
|
|
iwidgets::selectionbox .sb -selectionlabel "Font:" -height 2i
|
|
pack .sb
|
|
|
|
.sb insert items end Ariel Courier Helvetica Knarly Lucida \
|
|
Rumpus Symbol Times "Zapf Dingbats"
|