#!/bin/sh
# ----------------------------------------------------------------------
#  DEMO: optionmenu in [incr Widgets]
# ----------------------------------------------------------------------
#\
exec itkwish "$0" ${1+"$@"}
package require Iwidgets 3.0

# itkwish interprets the rest...
# ----------------------------------------------------------------------

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"