#!/bin/sh
# \
	exec itkwish -f "$0" ${1+"$@"}

#
#  Script for testing the Optionmenu widget.
#
optionmenu .om -labelmargin 5 -labelpos w -labeltext "Operating System :" \
	-items {Unix VMS Linux OS/2 {Windows NT} DOS}

.om insert end CPM {MS DOS} HP/UX

.om sort ascending

.om select Linux

pack .om  -padx 10 -pady 10
