home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _fbd7f6bfbdcef112275df6ac1a0deb40 < prev    next >
Text File  |  2000-03-23  |  45KB  |  865 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Menu - Create and manipulate Menu widgets</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Tk::Menu - Create and manipulate Menu widgets</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#standard options">STANDARD OPTIONS</A></LI>
  25.     <LI><A HREF="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <UL>
  28.  
  29.         <LI><A HREF="#command entries">COMMAND ENTRIES</A></LI>
  30.         <LI><A HREF="#separator entries">SEPARATOR ENTRIES</A></LI>
  31.         <LI><A HREF="#checkbutton entries">CHECKBUTTON ENTRIES</A></LI>
  32.         <LI><A HREF="#radiobutton entries">RADIOBUTTON ENTRIES</A></LI>
  33.         <LI><A HREF="#cascade entries">CASCADE ENTRIES</A></LI>
  34.         <LI><A HREF="#tearoff entries">TEAR-OFF ENTRIES</A></LI>
  35.         <LI><A HREF="#menubars">MENUBARS</A></LI>
  36.         <LI><A HREF="#special menus in menubars">SPECIAL MENUS IN MENUBARS</A></LI>
  37.         <LI><A HREF="#separators in menubars">SEPARATORS IN MENUBARS</A></LI>
  38.         <LI><A HREF="#clones">CLONES</A></LI>
  39.         <LI><A HREF="#widget methods">WIDGET METHODS</A></LI>
  40.     </UL>
  41.  
  42.     <LI><A HREF="#menu configurations">MENU CONFIGURATIONS</A></LI>
  43.     <LI><A HREF="#default bindings">DEFAULT BINDINGS</A></LI>
  44.     <LI><A HREF="#bugs">BUGS</A></LI>
  45.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  46.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  47. </UL>
  48. <!-- INDEX END -->
  49.  
  50. <HR>
  51. <P>
  52. <H1><A NAME="name">NAME</A></H1>
  53. <P>Tk::Menu - Create and manipulate Menu widgets</P>
  54. <P>
  55. <HR>
  56. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  57. <UL>
  58. <LI>Linux</LI>
  59. <LI>Solaris</LI>
  60. <LI>Windows</LI>
  61. </UL>
  62. <HR>
  63. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  64. <P>    <EM>$menu</EM> = <EM>$parent</EM>-><STRONG>Menu</STRONG>(?<EM>options</EM>?);</P>
  65. <P>
  66. <HR>
  67. <H1><A NAME="standard options">STANDARD OPTIONS</A></H1>
  68. <P><TABLE CELLSPACING=0 CELLPADDING=0><TR><TD><STRONG>-activebackground</STRONG><TD><STRONG>-background</STRONG><TD><STRONG>-disabledforeground</STRONG><TD><STRONG>-relief</STRONG>
  69. <TR><TD><STRONG>-activeborderwidth</STRONG><TD><STRONG>-borderwidth</STRONG><TD><STRONG>-font</STRONG><TD><STRONG>-takefocus</STRONG>
  70. <TR><TD><STRONG>-activeforeground</STRONG><TD><STRONG>-cursor</STRONG><TD><STRONG>-foreground</STRONG></TABLE></P>
  71. <P>See <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for details of the standard options.</P>
  72. <P>
  73. <HR>
  74. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  75. <DL>
  76. <DT><STRONG><A NAME="item_Name%3A_postCommand">Name:    <STRONG>postCommand</STRONG></A></STRONG><BR>
  77. <DD>
  78. <DT><STRONG><A NAME="item_Class%3A_Command">Class:    <STRONG>Command</STRONG></A></STRONG><BR>
  79. <DD>
  80. <DT><STRONG><A NAME="item_Switch%3A_%2Dpostcommand">Switch:    <STRONG>-postcommand</STRONG></A></STRONG><BR>
  81. <DD>
  82. If this option is specified then it provides a <A HREF="../../../site/lib/Tk/callbacks.html">callback</A> to execute
  83. each time the menu is posted.  The callback is invoked by the <STRONG>post</STRONG>
  84. method before posting the menu. Note that in 8.0 on Macintosh
  85. and Windows, all commands in a menu systems are executed before any
  86. are posted. This is due to the limitations in the individual platforms'
  87. menu managers.
  88. <P></P>
  89. <DT><STRONG><A NAME="item_Name%3A_selectColor">Name:    <STRONG>selectColor</STRONG></A></STRONG><BR>
  90. <DD>
  91. <DT><STRONG><A NAME="item_Class%3A_Background">Class:    <STRONG>Background</STRONG></A></STRONG><BR>
  92. <DD>
  93. <DT><STRONG><A NAME="item_Switch%3A_%2Dselectcolor">Switch:    <STRONG>-selectcolor</STRONG></A></STRONG><BR>
  94. <DD>
  95. For menu entries that are check buttons or radio buttons, this option
  96. specifies the color to display in the indicator when the check button
  97. or radio button is selected.
  98. <P></P>
  99. <DT><STRONG><A NAME="item_Name%3A_tearOff">Name:    <STRONG>tearOff</STRONG></A></STRONG><BR>
  100. <DD>
  101. <DT><STRONG><A NAME="item_Class%3A_TearOff">Class:    <STRONG>TearOff</STRONG></A></STRONG><BR>
  102. <DD>
  103. <DT><STRONG><A NAME="item_Switch%3A_%2Dtearoff">Switch:    <STRONG>-tearoff</STRONG></A></STRONG><BR>
  104. <DD>
  105. This option must have a proper boolean value, which specifies
  106. whether or not the menu should include a tear-off entry at the
  107. top.  If so, it will exist as entry 0 of the menu and the other
  108. entries will number starting at 1.  The default
  109. menu bindings arrange for the menu to be torn off when the tear-off
  110. entry is invoked.
  111. <P></P>
  112. <DT><STRONG><A NAME="item_Name%3A_tearOffCommand">Name:    <STRONG>tearOffCommand</STRONG></A></STRONG><BR>
  113. <DD>
  114. <DT><STRONG><A NAME="item_Class%3A_TearOffCommand">Class:    <STRONG>TearOffCommand</STRONG></A></STRONG><BR>
  115. <DD>
  116. <DT><STRONG><A NAME="item_Switch%3A_%2Dtearoffcommand">Switch:    <STRONG>-tearoffcommand</STRONG></A></STRONG><BR>
  117. <DD>
  118. If this option has a non-empty value, then it specifies a <A HREF="../../../site/lib/Tk/callbacks.html">perl/Tk callback</A>
  119. to invoke whenever the menu is torn off.  The actual command will
  120. consist of the value of this option, followed by a space, followed
  121. by the name of the menu window, followed by a space, followed by
  122. the name of the name of the torn off menu window.  For example, if
  123. the option's is ``<STRONG>a b</STRONG>'' and menu <STRONG>.x.y</STRONG> is torn off to
  124. create a new menu <STRONG>.x.tearoff1</STRONG>, then the command
  125. ``<STRONG>a b .x.y .x.tearoff1</STRONG>'' will be invoked.
  126. <P></P>
  127. <DT><STRONG><A NAME="item_Name%3A_title">Name:    <STRONG>title</STRONG></A></STRONG><BR>
  128. <DD>
  129. <DT><STRONG><A NAME="item_Class%3A_Title">Class:    <STRONG>Title</STRONG></A></STRONG><BR>
  130. <DD>
  131. <DT><STRONG><A NAME="item_Switch%3A_%2Dtitle">Switch:    <STRONG>-title</STRONG></A></STRONG><BR>
  132. <DD>
  133. The string will be used to title the window created when this menu is
  134. torn off. If the title is NULL, then the window will have the title
  135. of the menubutton or the text of the cascade item from which this menu
  136. was invoked.
  137. <P></P>
  138. <DT><STRONG><A NAME="item_Name%3A_type">Name:    <STRONG>type</STRONG></A></STRONG><BR>
  139. <DD>
  140. <DT><STRONG><A NAME="item_Class%3A_Type">Class:    <STRONG>Type</STRONG></A></STRONG><BR>
  141. <DD>
  142. <DT><STRONG><A NAME="item_Switch%3A_%2Dtype">Switch:    <STRONG>-type</STRONG></A></STRONG><BR>
  143. <DD>
  144. This option can be one of <STRONG>menubar</STRONG>, <STRONG>tearoff</STRONG>, or
  145. <STRONG>normal</STRONG>, and is set when the menu is created. While the string
  146. returned by the configuration database will change if this option is
  147. changed, this does not affect the menu widget's behavior. This is used
  148. by the cloning mechanism and is not normally set outside of the Tk
  149. library.
  150. <P></P></DL>
  151. <P>
  152. <HR>
  153. <H1><A NAME="description">DESCRIPTION</A></H1>
  154. <P>The <STRONG>Menu</STRONG> method creates a new top-level window (given
  155. by the $widget argument) and makes it into a menu widget.
  156. Additional
  157. options, described above, may be specified on the command line
  158. or in the option database
  159. to configure aspects of the menu such as its colors and font.
  160. The <STRONG>menu</STRONG> command returns its
  161. $widget argument.  At the time this command is invoked,
  162. there must not exist a window named $widget, but
  163. $widget's parent must exist.</P>
  164. <P>A menu is a widget that displays a collection of one-line entries arranged
  165. in one or more columns.  There exist several different types of entries,
  166. each with different properties.  Entries of different types may be
  167. combined in a single menu.  Menu entries are not the same as
  168. entry widgets.  In fact, menu entries are not even distinct widgets;
  169. the entire menu is one widget.</P>
  170. <P>Menu entries are displayed with up to three separate fields.
  171. The main field is a label in the form of a text string,
  172. a bitmap, or an image, controlled by the <STRONG>-label</STRONG>,
  173. <STRONG>-bitmap</STRONG>, and <STRONG>-image</STRONG> options for the entry.
  174. If the  <STRONG>-accelerator</STRONG> option is specified for an entry then a second
  175. textual field is displayed to the right of the label.  The accelerator
  176. typically describes a keystroke sequence that may be typed in the
  177. application to cause the same result as invoking the menu entry.
  178. The third field is an <EM>indicator</EM>.  The indicator is present only for
  179. checkbutton or radiobutton entries.  It indicates whether the entry
  180. is selected or not, and is displayed to the left of the entry's
  181. string.</P>
  182. <P>In normal use, an entry becomes active (displays itself differently)
  183. whenever the mouse pointer is over the entry.  If a mouse
  184. button is released over the entry then the entry is <EM>invoked</EM>.
  185. The effect of invocation is different for each type of entry;
  186. these effects are described below in the sections on individual
  187. entries.</P>
  188. <P>Entries may be <EM>disabled</EM>, which causes their labels
  189. and accelerators to be displayed
  190. with dimmer colors.
  191. The default menu bindings will not allow
  192. a disabled entry to be activated or invoked.
  193. Disabled entries may be re-enabled, at which point it becomes
  194. possible to activate and invoke them again.</P>
  195. <P>Whenever a menu's active entry is changed, a <<MenuSelect>> virtual
  196. event is sent to the menu. The active item can then be queried from
  197. the menu, and an action can be taken, such as setting
  198. context-sensitive help text for the entry.</P>
  199. <P>
  200. <H2><A NAME="command entries">COMMAND ENTRIES</A></H2>
  201. <P>The most common kind of menu entry is a command entry, which
  202. behaves much like a button widget.  When a command entry is
  203. invoked, a callback is executed.  The callback
  204. is specified with the <STRONG>-command</STRONG> option.</P>
  205. <P>
  206. <H2><A NAME="separator entries">SEPARATOR ENTRIES</A></H2>
  207. <P>A separator is an entry that is displayed as a horizontal dividing
  208. line.  A separator may not be activated or invoked, and it has
  209. no behavior other than its display appearance.</P>
  210. <P>
  211. <H2><A NAME="checkbutton entries">CHECKBUTTON ENTRIES</A></H2>
  212. <P>A checkbutton menu entry behaves much like a checkbutton widget.
  213. When it is invoked it toggles back and forth between the selected
  214. and deselected states.  When the entry is selected, a particular
  215. value is stored in a particular global variable (as determined by
  216. the <STRONG>-onvalue</STRONG> and <STRONG>-variable</STRONG> options for the entry);  when
  217. the entry is deselected another value (determined by the
  218. <STRONG>-offvalue</STRONG> option) is stored in the global variable.
  219. An indicator box is displayed to the left of the label in a checkbutton
  220. entry.  If the entry is selected then the indicator's center is displayed
  221. in the color given by the <STRONG>-selectcolor</STRONG> option for the entry;
  222. otherwise the indicator's center is displayed in the background color for
  223. the menu.  If a <STRONG>-command</STRONG> option is specified for a checkbutton
  224. entry, then its value is evaluated each time the entry
  225. is invoked;  this happens after toggling the entry's
  226. selected state.</P>
  227. <P>
  228. <H2><A NAME="radiobutton entries">RADIOBUTTON ENTRIES</A></H2>
  229. <P>A radiobutton menu entry behaves much like a radiobutton widget.
  230. Radiobutton entries are organized in groups of which only one
  231. entry may be selected at a time.  Whenever a particular entry
  232. becomes selected it stores a particular value into a particular
  233. global variable (as determined by the <STRONG>-value</STRONG> and
  234. <STRONG>-variable</STRONG> options for the entry).  This action
  235. causes any previously-selected entry in the same group
  236. to deselect itself.
  237. Once an entry has become selected, any change to the entry's
  238. associated variable will cause the entry to deselect itself.
  239. Grouping of radiobutton entries is determined by their
  240. associated variables:  if two entries have the same associated
  241. variable then they are in the same group.
  242. An indicator diamond is displayed to the left of the label in each
  243. radiobutton entry.  If the entry is selected then the indicator's
  244. center is displayed in the color given by the <STRONG>-selectcolor</STRONG> option
  245. for the entry;
  246. otherwise the indicator's center is displayed in the background color for
  247. the menu.  If a <STRONG>-command</STRONG> option is specified for a radiobutton
  248. entry, then its value is evaluated each time the entry
  249. is invoked;  this happens after selecting the entry.</P>
  250. <P>
  251. <H2><A NAME="cascade entries">CASCADE ENTRIES</A></H2>
  252. <P>A cascade entry is one with an associated menu (determined
  253. by the <STRONG>-menu</STRONG> option).  Cascade entries allow the construction
  254. of cascading menus.
  255. The <STRONG>postcascade</STRONG> method can be used to post and unpost
  256. the associated menu just next to of the cascade entry.
  257. The associated menu must be a child of the menu containing
  258. the cascade entry (this is needed in order for menu traversal to
  259. work correctly).</P>
  260. <P>A cascade entry posts its associated menu by invoking</P>
  261. <P><EM>$menu</EM>-><STRONG>post</STRONG>(<EM>x,y</EM>)</P>
  262. <P>where <EM>menu</EM> is the path name of the associated menu, and <EM>x</EM>
  263. and <EM>y</EM> are the root-window coordinates of the upper-right
  264. corner of the cascade entry.
  265. <<<<<<< /home/perl5/NI-S/Tk8/doc/mann/tmp.7542.77
  266. On Unix, the lower-level menu is unposted by executing</P>
  267. <P><EM>$menu</EM>-><STRONG>unpost</STRONG></P>
  268. <P>where <EM>menu</EM> is the name of the associated menu.
  269. On other platforms, the platform's native code takes care of unposting the
  270. menu.</P>
  271. <P>If a <STRONG>-command</STRONG> option is specified for a cascade entry then it is
  272. evaluated
  273. whenever the entry is invoked.
  274. This is not
  275. supported on Windows.</P>
  276. <P>
  277. <H2><A NAME="tearoff entries">TEAR-OFF ENTRIES</A></H2>
  278. <P>A tear-off entry appears at the top of the menu if enabled with the
  279. <STRONG>tearOff</STRONG> option.  It is not like other menu entries in that
  280. it cannot be created with the <STRONG>add</STRONG> method and
  281. cannot be deleted with the <STRONG>delete</STRONG> method.
  282. When a tear-off entry is created it appears as a dashed line at
  283. the top of the menu.  Under the default bindings, invoking the
  284. tear-off entry causes a torn-off copy to be made of the menu and
  285. all of its submenus.</P>
  286. <P>
  287. <H2><A NAME="menubars">MENUBARS</A></H2>
  288. <P>Any menu can be set as a menubar for a toplevel window (see the
  289. <A HREF="../../../site/lib/Tk/Toplevel.html">Toplevel</A> constructor for syntax). On the Macintosh, whenever the
  290. toplevel is in front, this menu's cascade items will appear in the
  291. menubar across the top of the main monitor. On Windows and Unix, this
  292. menu's items will be displayed in a menubar accross the top of the
  293. window. These menus will behave according to the interface guidelines
  294. of their platforms. For every menu set as a menubar, a clone menu is
  295. made. See <A HREF="#clones">CLONES</A> for more information.</P>
  296. <P>
  297. <H2><A NAME="special menus in menubars">SPECIAL MENUS IN MENUBARS</A></H2>
  298. <P>Certain menus in a menubar will be treated specially.  On the Macintosh,
  299. access to the special Apple and Help menus is provided. On Windows,
  300. access to the Windows System menu in each window is provided. On X Windows,
  301. a special right-justified help menu is provided. In all cases, these
  302. menus must be created with the command name of the menubar menu concatenated
  303. with the special name. So for a menubar named .menubar, on the Macintosh,
  304. the special menus would be .menubar.apple and .menubar.help; on Windows,
  305. the special menu would be .menubar.system; on X Windows, the help
  306. menu would be .menubar.help.</P>
  307. <P>When Tk sees an Apple menu on the Macintosh, that menu's contents make
  308. up the first items of the Apple menu on the screen whenever the window
  309. containing the menubar is in front. The menu is the
  310. first one that the user sees and has a title which is an Apple logo.
  311. After all of the Tk-defined items, the menu will have a separator,
  312. followed by all of the items in the user's Apple Menu Items folder.
  313. Since the System uses a different menu definition procedure for
  314. the Apple menu than Tk uses for its menus, and the system APIs do
  315. not fully support everything Tk tries to do, the menu item will only
  316. have its text displayed. No font attributes, images, bitmaps, or colors
  317. will be displayed. In addition, a menu with a tearoff item will have
  318. the tearoff item displayed as ``(TearOff)''.</P>
  319. <P>When Tk see a Help menu on the Macintosh, the menu's contents are
  320. appended to the standard help menu on the right of the user's menubar
  321. whenever the user's menubar is in front. The first items in the menu
  322. are provided by Apple. Similar to the Apple Menu, cusomization in this
  323. menu is limited to what the system provides.</P>
  324. <P>When Tk sees a System menu on Windows, its items are appended to the
  325. system menu that the menubar is attached to. This menu has an icon
  326. representing a spacebar, and can be invoked with the mouse or by typing
  327. Alt+Spacebar.  Due to limitations in the Windows API, any font changes,
  328. colors, images, bitmaps, or tearoff images will not appear in the
  329. system menu.</P>
  330. <P>When Tk see a Help menu on X Windows, the menu is moved to be last in
  331. the menubar and is right justified.</P>
  332. <P>
  333. <H2><A NAME="separators in menubars">SEPARATORS IN MENUBARS</A></H2>
  334. <P>Separator entries are not displayed in menubars. 
  335. The <EM>last</EM> separator entry causes remaining entries to be
  336. right justified.</P>
  337. <P>
  338. <H2><A NAME="clones">CLONES</A></H2>
  339. <P>When a menu is set as a menubar for a toplevel window, or when a menu
  340. is torn off, a clone of the menu is made. This clone is a menu widget
  341. in its own right, but it is a child of the original. Changes in the
  342. configuration of the original are reflected in the
  343. clone. Additionally, any cascades that are pointed to are also cloned
  344. so that menu traversal will work right. Clones are destroyed when
  345. either the tearoff or menubar goes away, or when the original menu is
  346. destroyed.</P>
  347. <P>
  348. <H2><A NAME="widget methods">WIDGET METHODS</A></H2>
  349. <P>The <STRONG>Menu</STRONG> method creates a widget object.
  350. This object supports the <STRONG>configure</STRONG> and <STRONG>cget</STRONG> methods
  351. described in <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> which can be used to enquire and
  352. modify the options described above.
  353. The widget also inherits all the methods provided by the generic
  354. <A HREF="../../../site/lib/Tk/Widget.html">Tk::Widget</A> class, and the <A HREF="../../../site/lib/Tk/Wm.html">Tk::Wm</A> class.</P>
  355. <P>Many of the methods for a menu take as one argument an
  356. indicator of which entry of the menu to operate on.  These
  357. indicators are called <EM>index</EM>es and may be specified in
  358. any of the following forms:</P>
  359. <DL>
  360. <DT><STRONG><A NAME="item_number"><EM>number</EM></A></STRONG><BR>
  361. <DD>
  362. Specifies the entry numerically, where 0 corresponds
  363. to the top-most entry of the menu, 1 to the entry below it, and
  364. so on.
  365. <P></P>
  366. <DT><STRONG><A NAME="item_active"><STRONG>active</STRONG></A></STRONG><BR>
  367. <DD>
  368. Indicates the entry that is currently active.  If no entry is
  369. active then this form is equivalent to <STRONG>none</STRONG>.  This form may
  370. not be abbreviated.
  371. <P></P>
  372. <DT><STRONG><A NAME="item_end"><STRONG>end</STRONG></A></STRONG><BR>
  373. <DD>
  374. Indicates the bottommost entry in the menu.  If there are no
  375. entries in the menu then this form is equivalent to <STRONG>none</STRONG>.
  376. This form may not be abbreviated.
  377. <P></P>
  378. <DT><STRONG><A NAME="item_last"><STRONG>last</STRONG></A></STRONG><BR>
  379. <DD>
  380. Same as <STRONG>end</STRONG>.
  381. <P></P>
  382. <DT><STRONG><A NAME="item_none"><STRONG>none</STRONG></A></STRONG><BR>
  383. <DD>
  384. Indicates ``no entry at all'';  this is used most commonly with
  385. the <STRONG>activate</STRONG> option to deactivate all the entries in the
  386. menu.  In most cases the specification of <STRONG>none</STRONG> causes
  387. nothing to happen in the method.
  388. This form may not be abbreviated.
  389. <P></P>
  390. <DT><STRONG><A NAME="item_%40number"><STRONG>@</STRONG><EM>number</EM></A></STRONG><BR>
  391. <DD>
  392. In this form, <EM>number</EM> is treated as a y-coordinate in the
  393. menu's window;  the entry closest to that y-coordinate is used.
  394. For example, ``<STRONG>@0</STRONG>'' indicates the top-most entry in the
  395. window.
  396. <P></P>
  397. <DT><STRONG><A NAME="item_pattern"><EM>pattern</EM></A></STRONG><BR>
  398. <DD>
  399. If the index doesn't satisfy one of the above forms then this
  400. form is used.  <EM>Pattern</EM> is pattern-matched against the label of
  401. each entry in the menu, in order from the top down, until a
  402. matching entry is found.
  403. (In perl/Tk the matching is under review, but exact match
  404. should work.)
  405. <P></P></DL>
  406. <P>The following methods are possible for menu widgets:</P>
  407. <DL>
  408. <DT><STRONG><A NAME="item_activate"><EM>$menu</EM>-><STRONG>activate</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  409. <DD>
  410. Change the state of the entry indicated by <EM>index</EM> to <STRONG>active</STRONG>
  411. and redisplay it using its active colors.
  412. Any previously-active entry is deactivated.  If <EM>index</EM>
  413. is specified as <STRONG>none</STRONG>, or if the specified entry is
  414. disabled, then the menu ends up with no active entry.
  415. Returns an empty string.
  416. <P></P>
  417. <DT><STRONG><A NAME="item_add"><EM>$menu</EM>-><STRONG>add</STRONG>(<EM>type, </EM>?<EM>option, value, option, value, ...</EM>?)</A></STRONG><BR>
  418. <DD>
  419. Add a new entry to the bottom of the menu.  The new entry's type
  420. is given by <EM>type</EM> and must be one of <STRONG>cascade</STRONG>,
  421. <STRONG>checkbutton</STRONG>, <STRONG>command</STRONG>, <STRONG>radiobutton</STRONG>, or <STRONG>separator</STRONG>,
  422. or a unique abbreviation of one of the above.  If additional arguments
  423. are present, they specify any of the following options:
  424. <DL>
  425. <DT><STRONG><A NAME="item_%2Dactivebackground_%3D%3E_value"><STRONG>-activebackground</STRONG> => <EM>value</EM></A></STRONG><BR>
  426. <DD>
  427. Specifies a background color to use for displaying this entry when it
  428. is active.
  429. If this option is specified as an empty string (the default), then the
  430. <STRONG>activeBackground</STRONG> option for the overall menu is used.
  431. If the <STRONG>$Tk::strictMotif</STRONG> variable has been set to request strict
  432. Motif compliance, then this option is ignored and the <STRONG>-background</STRONG>
  433. option is used in its place.
  434. This option is not available for separator or tear-off entries.
  435. <P></P>
  436. <DT><STRONG><A NAME="item_%2Dactiveforeground_%3D%3E_value"><STRONG>-activeforeground</STRONG> => <EM>value</EM></A></STRONG><BR>
  437. <DD>
  438. Specifies a foreground color to use for displaying this entry when it
  439. is active.
  440. If this option is specified as an empty string (the default), then the
  441. <STRONG>activeForeground</STRONG> option for the overall menu is used.
  442. This option is not available for separator or tear-off entries.
  443. <P></P>
  444. <DT><STRONG><A NAME="item_%2Daccelerator_%3D%3E_value"><STRONG>-accelerator</STRONG> => <EM>value</EM></A></STRONG><BR>
  445. <DD>
  446. Specifies a string to display at the right side of the menu entry.
  447. Normally describes an accelerator keystroke sequence that may be
  448. typed to invoke the same function as the menu entry.  This option
  449. is not available for separator or tear-off entries.
  450. <P></P>
  451. <DT><STRONG><A NAME="item_%2Dbackground_%3D%3E_value"><STRONG>-background</STRONG> => <EM>value</EM></A></STRONG><BR>
  452. <DD>
  453. Specifies a background color to use for displaying this entry when it
  454. is in the normal state (neither active nor disabled).
  455. If this option is specified as an empty string (the default), then the
  456. <STRONG>background</STRONG> option for the overall menu is used.
  457. This option is not available for separator or tear-off entries.
  458. <P></P>
  459. <DT><STRONG><A NAME="item_%2Dbitmap_%3D%3E_value"><STRONG>-bitmap</STRONG> => <EM>value</EM></A></STRONG><BR>
  460. <DD>
  461. Specifies a bitmap to display in the menu instead of a textual
  462. label, in any of the forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  463. This option overrides the <STRONG>-label</STRONG> option but may be reset
  464. to an empty string to enable a textual label to be displayed.
  465. If a <STRONG>-image</STRONG> option has been specified, it overrides
  466. <STRONG>-bitmap</STRONG>.
  467. This option is not available for separator or tear-off entries.
  468. <P></P>
  469. <DT><STRONG><A NAME="item_%2Dcolumnbreak_%3D%3E_value"><STRONG>-columnbreak</STRONG> => <EM>value</EM></A></STRONG><BR>
  470. <DD>
  471. When this option is zero, the appears below the previous entry. When
  472. this option is one, the menu appears at the top of a new column in the
  473. menu.
  474. <P></P>
  475. <DT><STRONG><A NAME="item_%2Dcommand_%3D%3E_value"><STRONG>-command</STRONG> => <EM>value</EM></A></STRONG><BR>
  476. <DD>
  477. For command, checkbutton, and radiobutton entries, specifies a
  478. callback to execute when the menu entry is invoked.
  479. For cascade entries, specifies a callback to execute
  480. when the entry is activated (i.e. just before its submenu is
  481. posted).
  482. Not available for separator or tear-off entries.
  483. <P></P>
  484. <DT><STRONG><A NAME="item_%2Dfont_%3D%3E_value"><STRONG>-font</STRONG> => <EM>value</EM></A></STRONG><BR>
  485. <DD>
  486. Specifies the font to use when drawing the label or accelerator
  487. string in this entry.
  488. If this option is specified as an empty string (the default) then
  489. the <STRONG>font</STRONG> option for the overall menu is used.
  490. This option is not available for separator or tear-off entries.
  491. <P></P>
  492. <DT><STRONG><A NAME="item_%2Dforeground_%3D%3E_value"><STRONG>-foreground</STRONG> => <EM>value</EM></A></STRONG><BR>
  493. <DD>
  494. Specifies a foreground color to use for displaying this entry when it
  495. is in the normal state (neither active nor disabled).
  496. If this option is specified as an empty string (the default), then the
  497. <STRONG>foreground</STRONG> option for the overall menu is used.
  498. This option is not available for separator or tear-off entries.
  499. <P></P>
  500. <DT><STRONG><A NAME="item_%2Dhidemargin_%3D%3E_value"><STRONG>-hidemargin</STRONG> => <EM>value</EM></A></STRONG><BR>
  501. <DD>
  502. Specifies whether the standard margins should be drawn for this menu
  503. entry. This is useful when creating palette with images in them, i.e.,
  504. color palettes, pattern palettes, etc. 1 indicates that the margin for
  505. the entry is hidden; 0 means that the margin is used.
  506. <P></P>
  507. <DT><STRONG><A NAME="item_%2Dimage_%3D%3E_value"><STRONG>-image</STRONG> => <EM>value</EM></A></STRONG><BR>
  508. <DD>
  509. Specifies an image to display in the menu instead of a text string
  510. or bitmap
  511. The image must have been created by some previous invocation of
  512. <STRONG>image create</STRONG>.
  513. This option overrides the <STRONG>-label</STRONG> and <STRONG>-bitmap</STRONG> options
  514. but may be reset to an empty string to enable a textual or
  515. bitmap label to be displayed.
  516. This option is not available for separator or tear-off entries.
  517. <P></P>
  518. <DT><STRONG><A NAME="item_%2Dindicatoron_%3D%3E_value"><STRONG>-indicatoron</STRONG> => <EM>value</EM></A></STRONG><BR>
  519. <DD>
  520. Available only for checkbutton and radiobutton entries.
  521. <EM>Value</EM> is a boolean that determines whether or not the
  522. indicator should be displayed.
  523. <P></P>
  524. <DT><STRONG><A NAME="item_%2Dlabel_%3D%3E_value"><STRONG>-label</STRONG> => <EM>value</EM></A></STRONG><BR>
  525. <DD>
  526. Specifies a string to display as an identifying label in the menu
  527. entry.  Not available for separator or tear-off entries.
  528. <P></P>
  529. <DT><STRONG><A NAME="item_%2Dmenu_%3D%3E_value"><STRONG>-menu</STRONG> => <EM>value</EM></A></STRONG><BR>
  530. <DD>
  531. Available only for cascade entries.  Specifies the path name of
  532. the submenu associated with this entry.
  533. The submenu must be a child of the menu.
  534. <P></P>
  535. <DT><STRONG><A NAME="item_%2Doffvalue_%3D%3E_value"><STRONG>-offvalue</STRONG> => <EM>value</EM></A></STRONG><BR>
  536. <DD>
  537. Available only for checkbutton entries.  Specifies the value to
  538. store in the entry's associated variable when the entry is
  539. deselected.
  540. <P></P>
  541. <DT><STRONG><A NAME="item_%2Donvalue_%3D%3E_value"><STRONG>-onvalue</STRONG> => <EM>value</EM></A></STRONG><BR>
  542. <DD>
  543. Available only for checkbutton entries.  Specifies the value to
  544. store in the entry's associated variable when the entry is selected.
  545. <P></P>
  546. <DT><STRONG><A NAME="item_%2Dselectcolor_%3D%3E_value"><STRONG>-selectcolor</STRONG> => <EM>value</EM></A></STRONG><BR>
  547. <DD>
  548. Available only for checkbutton and radiobutton entries.
  549. Specifies the color to display in the indicator when the entry is
  550. selected.
  551. If the value is an empty string (the default) then the <STRONG>selectColor</STRONG>
  552. option for the menu determines the indicator color.
  553. <P></P>
  554. <DT><STRONG><A NAME="item_%2Dselectimage_%3D%3E_value"><STRONG>-selectimage</STRONG> => <EM>value</EM></A></STRONG><BR>
  555. <DD>
  556. Available only for checkbutton and radiobutton entries.
  557. Specifies an image to display in the entry (in place of
  558. the <STRONG>-image</STRONG> option) when it is selected.
  559. <EM>Value</EM> is the name of an image, which must have been created
  560. by some previous invocation of <STRONG>image create</STRONG>.
  561. This option is ignored unless the <STRONG>-image</STRONG> option has
  562. been specified.
  563. <P></P>
  564. <DT><STRONG><A NAME="item_%2Dstate_%3D%3E_value"><STRONG>-state</STRONG> => <EM>value</EM></A></STRONG><BR>
  565. <DD>
  566. Specifies one of three states for the entry:  <STRONG>normal</STRONG>, <STRONG>active</STRONG>,
  567. or <STRONG>disabled</STRONG>.  In normal state the entry is displayed using the
  568. <STRONG>foreground</STRONG> option for the menu and the <STRONG>background</STRONG>
  569. option from the entry or the menu.
  570. The active state is typically used when the pointer is over the entry.
  571. In active state the entry is displayed using the <STRONG>activeForeground</STRONG>
  572. option for the menu along with the <STRONG>activebackground</STRONG> option from
  573. the entry.  Disabled state means that the entry
  574. should be insensitive:  the default bindings will refuse to activate
  575. or invoke the entry.
  576. In this state the entry is displayed according to the
  577. <STRONG>disabledForeground</STRONG> option for the menu and the
  578. <STRONG>background</STRONG> option from the entry.
  579. This option is not available for separator entries.
  580. <P></P>
  581. <DT><STRONG><A NAME="item_%2Dunderline_%3D%3E_value"><STRONG>-underline</STRONG> => <EM>value</EM></A></STRONG><BR>
  582. <DD>
  583. Specifies the integer index of a character to underline in the entry.
  584. This option is also queried by the default bindings and used to
  585. implement keyboard traversal.
  586. 0 corresponds to the first character of the text displayed in the entry,
  587. 1 to the next character, and so on.
  588. If a bitmap or image is displayed in the entry then this option is ignored.
  589. This option is not available for separator or tear-off entries.
  590. <P></P>
  591. <DT><STRONG><A NAME="item_%2Dvalue_%3D%3E_value"><STRONG>-value</STRONG> => <EM>value</EM></A></STRONG><BR>
  592. <DD>
  593. Available only for radiobutton entries.  Specifies the value to
  594. store in the entry's associated variable when the entry is selected.
  595. If an empty string is specified, then the <STRONG>-label</STRONG> option
  596. for the entry as the value to store in the variable.
  597. <P></P>
  598. <DT><STRONG><A NAME="item_%2Dvariable_%3D%3E_value"><STRONG>-variable</STRONG> => <EM>value</EM></A></STRONG><BR>
  599. <DD>
  600. Available only for checkbutton and radiobutton entries.  Specifies
  601. the name of a global value to set when the entry is selected.
  602. For checkbutton entries the variable is also set when the entry
  603. is deselected.  For radiobutton entries, changing the variable
  604. causes the currently-selected entry to deselect itself.
  605. <P></P></DL>
  606. <P>The <STRONG>add</STRONG> method returns an empty string.</P>
  607. <DT><STRONG><A NAME="item_clone"><EM>$menu</EM>-><STRONG>clone</STRONG>(<EM>$parent</EM> ?, <EM>cloneType?</EM>)</A></STRONG><BR>
  608. <DD>
  609. Makes a clone of the current menu as a child of <EM>$parent</EM>. This clone
  610. is a menu in its own right, but any changes to the clone are
  611. propogated to the original menu and vice versa. <EM>cloneType</EM> can be
  612. <STRONG>normal</STRONG>, <STRONG>menubar</STRONG>, or <STRONG>tearoff</STRONG>. Should not normally be
  613. called outside of the Tk library. See <A HREF="#clones">CLONES</A> for
  614. more information.
  615. <P></P>
  616. <DT><STRONG><A NAME="item_delete"><EM>$menu</EM>-><STRONG>delete</STRONG>(<EM>index1</EM>?, <EM>index2</EM>?)</A></STRONG><BR>
  617. <DD>
  618. Delete all of the menu entries between <EM>index1</EM> and
  619. <EM>index2</EM> inclusive.
  620. If <EM>index2</EM> is omitted then it defaults to <EM>index1</EM>.
  621. Attempts to delete a tear-off menu entry are ignored (instead, you
  622. should change the <STRONG>tearOff</STRONG> option to remove the tear-off entry).
  623. <P></P>
  624. <DT><STRONG><A NAME="item_entrycget"><EM>$menu</EM>-><STRONG>entrycget</STRONG>(<EM>index, option</EM>)</A></STRONG><BR>
  625. <DD>
  626. Returns the current value of a configuration option for
  627. the entry given by <EM>index</EM>.
  628. <EM>Option</EM> may have any of the values accepted by the <STRONG>add</STRONG>
  629. method.
  630. <P></P>
  631. <DT><STRONG><A NAME="item_entryconfigure"><EM>$menu</EM>-><STRONG>entryconfigure</STRONG>(<EM>index</EM> ?,<EM>options</EM>?)</A></STRONG><BR>
  632. <DD>
  633. This method is similar to the <STRONG>configure</STRONG> method, except that
  634. it applies to the options for an individual entry, whereas <STRONG>configure</STRONG>
  635. applies to the options for the menu as a whole.
  636. <EM>Options</EM> may have any of the values accepted by the <STRONG>add</STRONG>
  637. method.  If <EM>options</EM> are specified, options are modified
  638. as indicated
  639. in the method call and the method returns an empty string.
  640. If no <EM>options</EM> are specified, returns a list describing
  641. the current options for entry <EM>index</EM> (see <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for
  642. information on the format of this list).
  643. <P></P>
  644. <DT><STRONG><A NAME="item_index"><EM>$menu</EM>-><STRONG>index</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  645. <DD>
  646. Returns the numerical index corresponding to <EM>index</EM>, or
  647. <STRONG>none</STRONG> if <EM>index</EM> was specified as <STRONG>none</STRONG>.
  648. <P></P>
  649. <DT><STRONG><A NAME="item_insert"><EM>$menu</EM>-><STRONG>insert</STRONG>(<EM>index, type</EM>?, <EM>-option</EM>=><EM>value</EM>, ...?)</A></STRONG><BR>
  650. <DD>
  651. Same as the <STRONG>add</STRONG> method except that it inserts the new
  652. entry just before the entry given by <EM>index</EM>, instead of appending
  653. to the end of the menu.  The <EM>type</EM>, <EM>-option</EM>, and <EM>value</EM>
  654. arguments have the same interpretation as for the <STRONG>add</STRONG> widget
  655. method.  It is not possible to insert new menu entries before the
  656. tear-off entry, if the menu has one.
  657. <P></P>
  658. <DT><STRONG><A NAME="item_invoke"><EM>$menu</EM>-><STRONG>invoke</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  659. <DD>
  660. Invoke the action of the menu entry.  See the sections on the
  661. individual entries above for details on what happens.  If the
  662. menu entry is disabled then nothing happens.  If the
  663. entry has a callback associated with it then the result of that
  664. callback is returned as the result of the <STRONG>invoke</STRONG> widget
  665. method.  Otherwise the result is an empty string.  Note:  invoking
  666. a menu entry does not automatically unpost the menu;  the default
  667. bindings normally take care of this before invoking the <STRONG>invoke</STRONG>
  668. method.
  669. <P></P>
  670. <DT><STRONG><A NAME="item_post"><EM>$menu</EM>-><STRONG>post</STRONG>(<EM>x, y</EM>)</A></STRONG><BR>
  671. <DD>
  672. Arrange for the menu to be displayed on the screen at the root-window
  673. coordinates given by <EM>x</EM> and <EM>y</EM>.  These coordinates are
  674. adjusted if necessary to guarantee that the entire menu is visible on
  675. the screen.  This method normally returns an empty string.
  676. If the <STRONG>postCommand</STRONG> option has been specified, then its value is
  677. executed before posting the menu and the result of
  678. that callback is returned as the result of the <STRONG>post</STRONG> widget
  679. method.
  680. If an error returns while executing the method, then the error is
  681. returned without posting the menu.
  682. <P></P>
  683. <DT><STRONG><A NAME="item_postcascade"><EM>$menu</EM>-><STRONG>postcascade</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  684. <DD>
  685. Posts the submenu associated with the cascade entry given by
  686. <EM>index</EM>, and unposts any previously posted submenu.
  687. If <EM>index</EM> doesn't correspond to a cascade entry,
  688. or if <EM>$menu</EM> isn't posted,
  689. the method has no effect except to unpost any currently posted
  690. submenu.
  691. <P></P>
  692. <DT><STRONG><A NAME="item_type"><EM>$menu</EM>-><STRONG>type</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  693. <DD>
  694. Returns the type of the menu entry given by <EM>index</EM>.
  695. This is the <EM>type</EM> argument passed to the <STRONG>add</STRONG> widget
  696. method when the entry was created, such as <STRONG>command</STRONG>
  697. or <STRONG>separator</STRONG>, or <STRONG>tearoff</STRONG> for a tear-off entry.
  698. <P></P>
  699. <DT><STRONG><A NAME="item_unpost"><EM>$menu</EM>-><STRONG>unpost</STRONG></A></STRONG><BR>
  700. <DD>
  701. Unmap the window so that it is no longer displayed.  If a
  702. lower-level cascaded menu is posted, unpost that menu.  Returns an
  703. empty string. This method does not work on Windows and the
  704. Macintosh, as those platforms have their own way of unposting menus.
  705. <P></P>
  706. <DT><STRONG><A NAME="item_yposition"><EM>$menu</EM>-><STRONG>yposition</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  707. <DD>
  708. Returns a decimal string giving the y-coordinate within the menu
  709. window of the topmost pixel in the entry specified by <EM>index</EM>.
  710. <P></P></DL>
  711. <P>
  712. <HR>
  713. <H1><A NAME="menu configurations">MENU CONFIGURATIONS</A></H1>
  714. <P>The default bindings support four different ways of using menus:</P>
  715. <DL>
  716. <DT><STRONG><A NAME="item_Pulldown_Menus_in_Menubar"><STRONG>Pulldown Menus in Menubar</STRONG></A></STRONG><BR>
  717. <DD>
  718. This is the most command case. You create a menu widget that will become the
  719. menu bar. You then add cascade entries to this menu, specifying the
  720. pull down menus you wish to use in your menu bar. You then create all
  721. of the pulldowns. Once you have done this, specify the menu using the
  722. <STRONG>-menu</STRONG> option of the toplevel's method. See the
  723. <STRONG>toplevel</STRONG> manual entry for details.
  724. <P></P>
  725. <DT><STRONG><A NAME="item_Pulldown_Menus_in_Menu_Buttons"><STRONG>Pulldown Menus in Menu Buttons</STRONG></A></STRONG><BR>
  726. <DD>
  727. This is the compatable way to do menu bars.  You create one menubutton
  728. widget for each top-level menu, and typically you arrange a series of
  729. menubuttons in a row in a menubar window.  You also create the top-level menus
  730. and any cascaded submenus, and tie them together with <STRONG>-menu</STRONG>
  731. options in menubuttons and cascade menu entries.  The top-level menu must
  732. be a child of the menubutton, and each submenu must be a child of the
  733. menu that refers to it.  Once you have done this, the default bindings
  734. will allow users to traverse and invoke the tree of menus via its
  735. menubutton;  see the <STRONG>menubutton</STRONG> documentation for details.
  736. <P></P>
  737. <DT><STRONG><A NAME="item_Popup_Menus"><STRONG>Popup Menus</STRONG></A></STRONG><BR>
  738. <DD>
  739. Popup menus typically post in response to a mouse button press or
  740. keystroke.  You create the popup menus and any cascaded submenus,
  741. then you call the <STRONG>Post</STRONG> method at the appropriate time
  742. to post the top-level menu.
  743. <P><EM>$menu</EM>-><STRONG>Post</STRONG>(<EM>$x</EM>,<EM>$y</EM>?,<EM>$entry</EM>?)</P>
  744. <P><EM>$x</EM> and <EM>$y</EM> are the root window coordinates at which the <EM>$menu</EM>
  745. will be displayed. If <EM>$entry</EM> is specified then that entry is centred
  746. on that point, otherwise the top-left corner of the <EM>$menu</EM> is placed
  747. at that point.</P>
  748. <P><STRONG>Menu</STRONG> also inherits methods from <A HREF="../../../site/lib/Tk/Wm.html">the Tk::Wm manpage</A> and so the method
  749. <STRONG>Popup</STRONG> can be used to position menu relative to other windows, the
  750. mouse cursor or the screen.</P>
  751. <P></P>
  752. <DT><STRONG><A NAME="item_Option_Menus"><STRONG>Option Menus</STRONG></A></STRONG><BR>
  753. <DD>
  754. An option menu consists of a menubutton with an associated menu
  755. that allows you to select one of several values.  The current value
  756. is displayed in the menubutton and is also stored in a global
  757. variable.  Use the <A HREF="../../../site/lib/Tk/Optionmenu.html">the Tk::Optionmenu manpage</A> class to create option
  758. menubuttons and their menus.
  759. <P></P>
  760. <DT><STRONG><A NAME="item_Torn%2Doff_Menus"><STRONG>Torn-off Menus</STRONG></A></STRONG><BR>
  761. <DD>
  762. You create a torn-off menu by invoking the tear-off entry at
  763. the top of an existing menu.  The default bindings will create a new menu
  764. that is a copy of the original menu and leave it permanently
  765. posted as a top-level window.  The torn-off menu behaves just
  766. the same as the original menu.
  767. <P></P></DL>
  768. <P>
  769. <HR>
  770. <H1><A NAME="default bindings">DEFAULT BINDINGS</A></H1>
  771. <P>Tk automatically creates class bindings for menus that give them
  772. the following default behavior:</P>
  773. <DL>
  774. <DT><STRONG><A NAME="item_%5B1%5D">[1]</A></STRONG><BR>
  775. <DD>
  776. When the mouse enters a menu, the entry underneath the mouse
  777. cursor activates;  as the mouse moves around the menu, the active
  778. entry changes to track the mouse.
  779. <P></P>
  780. <DT><STRONG><A NAME="item_%5B2%5D">[2]</A></STRONG><BR>
  781. <DD>
  782. When the mouse leaves a menu all of the entries in the menu
  783. deactivate, except in the special case where the mouse moves from
  784. a menu to a cascaded submenu.
  785. <P></P>
  786. <DT><STRONG><A NAME="item_%5B3%5D">[3]</A></STRONG><BR>
  787. <DD>
  788. When a button is released over a menu, the active entry (if any) is invoked.
  789. The menu also unposts unless it is a torn-off menu.
  790. <P></P>
  791. <DT><STRONG><A NAME="item_%5B4%5D">[4]</A></STRONG><BR>
  792. <DD>
  793. The Space and Return keys invoke the active entry and
  794. unpost the menu.
  795. <P></P>
  796. <DT><STRONG><A NAME="item_%5B5%5D">[5]</A></STRONG><BR>
  797. <DD>
  798. If any of the entries in a menu have letters underlined with
  799. with <STRONG>-underline</STRONG> option, then pressing one of the underlined
  800. letters (or its upper-case or lower-case equivalent) invokes that
  801. entry and unposts the menu.
  802. <P></P>
  803. <DT><STRONG><A NAME="item_%5B6%5D">[6]</A></STRONG><BR>
  804. <DD>
  805. The Escape key aborts a menu selection in progress without invoking any
  806. entry.  It also unposts the menu unless it is a torn-off menu.
  807. <P></P>
  808. <DT><STRONG><A NAME="item_%5B7%5D">[7]</A></STRONG><BR>
  809. <DD>
  810. The Up and Down keys activate the next higher or lower entry
  811. in the menu.  When one end of the menu is reached, the active
  812. entry wraps around to the other end.
  813. <P></P>
  814. <DT><STRONG><A NAME="item_%5B8%5D">[8]</A></STRONG><BR>
  815. <DD>
  816. The Left key moves to the next menu to the left.
  817. If the current menu is a cascaded submenu, then the submenu is
  818. unposted and the current menu entry becomes the cascade entry
  819. in the parent.
  820. If the current menu is a top-level menu posted from a
  821. menubutton, then the current menubutton is unposted and the
  822. next menubutton to the left is posted.
  823. Otherwise the key has no effect.
  824. The left-right order of menubuttons is determined by their stacking
  825. order:  Tk assumes that the lowest menubutton (which by default
  826. is the first one created) is on the left.
  827. <P></P>
  828. <DT><STRONG><A NAME="item_%5B9%5D">[9]</A></STRONG><BR>
  829. <DD>
  830. The Right key moves to the next menu to the right.
  831. If the current entry is a cascade entry, then the submenu is
  832. posted and the  current menu entry becomes the first entry
  833. in the submenu.
  834. Otherwise, if the current menu was posted from a
  835. menubutton, then the current menubutton is unposted and the
  836. next menubutton to the right is posted.
  837. <P>Disabled menu entries are non-responsive:  they don't activate and
  838. they ignore mouse button presses and releases.</P>
  839. <P>The behavior of menus can be changed by defining new bindings for
  840. individual widgets or by redefining the class bindings.</P>
  841. <P></P></DL>
  842. <P>
  843. <HR>
  844. <H1><A NAME="bugs">BUGS</A></H1>
  845. <P>At present it isn't possible to use the
  846. option database to specify values for the options to individual
  847. entries.</P>
  848. <P>
  849. <HR>
  850. <H1><A NAME="see also">SEE ALSO</A></H1>
  851. <P><A HREF="../../../site/lib/Tk/callbacks.html">Tk::callbacks</A></P>
  852. <P>
  853. <HR>
  854. <H1><A NAME="keywords">KEYWORDS</A></H1>
  855. <P>menu, widget</P>
  856. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  857. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  858. <STRONG><P CLASS=block> Tk::Menu - Create and manipulate Menu widgets</P></STRONG>
  859. </TD></TR>
  860. </TABLE>
  861.  
  862. </BODY>
  863.  
  864. </HTML>
  865.