tk_optionMenu(n) - phpMan

Command: man perldoc info search(apropos)  


tk_optionMenu(n)                       Tk Built-In Commands                      tk_optionMenu(n)



_________________________________________________________________________________________________

NAME
       tk_optionMenu - Create an option menubutton and its menu

SYNOPSIS
       tk_optionMenu pathName varName value ?value value ...?
_________________________________________________________________

DESCRIPTION
       This  procedure  creates  an  option menubutton whose name is pathName, plus an associated
       menu.  Together they allow the user to select one of the values given by the  value  argu-
       ments.   The  current  value  will be stored in the global variable whose name is given by
       varName 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 values 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 current value can also be changed by setting the variable.

       The  return  value from tk_optionMenu is the name of the menu associated with pathName, so
       that the caller can change its configuration options or manipulate it in other ways.

EXAMPLE
              tk_optionMenu .foo myVar Foo Bar Boo Spong Wibble
              pack .foo

KEYWORDS
       option menu



Tk                                             4.0                               tk_optionMenu(n)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-18 11:35 @18.218.38.125 CrawledBy claudebot
Valid XHTML 1.0!Valid CSS!