1mNAME0m
       tk_optionMenu - Create an option menubutton and its menu

1mSYNOPSIS0m
       1mtk_optionMenu 4m22mw24m 4mvarName24m 4mvalue24m ?4mvalue24m 4mvalue24m 4m...24m?


1mDESCRIPTION0m
       This  procedure  creates  an option menubutton whose name is 4mw24m, plus an
       associated menu.  Together they allow the user to  select  one  of  the
       values  given by the 4mvalue24m arguments.  The current value will be stored
       in the global variable whose name is given by 4mvarName24m and it will  also
       be displayed as the label in the option menubutton.  The user can click
       on the menubutton to display a menu containing all of  the  4mvalue24ms  and
       thereby  select  a new value.  Once a new value is selected, it will be
       stored in the variable and appear in the option menubutton.   The  cur-
       rent value can also be changed by setting the variable.

       The  return value from 1mtk_optionMenu 22mis the name of the menu associated
       with 4mw24m, so that the caller can  change  its  configuration  options  or
       manipulate it in other ways.


1mKEYWORDS0m
