guimenu
guimenu — The name of a menu in a GUI.
Synopsis
- Zero or more of:
- text
accelphrase(db._phrase)replaceable- Graphic inlines
![[+]](figs/web/nav/right.gif)
- Indexing inlines
![[+]](figs/web/nav/right.gif)
- Linking inlines
![[+]](figs/web/nav/right.gif)
- Ubiquitous inlines
![[+]](figs/web/nav/right.gif)
Attributes
Description
A guimenu identifies a menu name in a graphical
user interface. In particular, this is distinct from a menu item
(guimenuitem), which is terminal, and a submenu
(guisubmenu), which occurs as a selection from a
menu.
Processing expectations
Formatted inline.
This element occurs in 51 elements.
This element contains 17 elements.
See Also
accel, guibutton, guiicon, guilabel, guimenuitem, guisubmenu, keycap, keycode, keycombo, keysym, menuchoice, mousebutton, shortcut
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example guimenu</title> 4 <para>You can exit from GNU Emacs with the keyboard shortcut <keycombo><keysym>C-c</keysym><keysym>C-x</keysym></keycombo> 6 or by selecting <guimenuitem>Exit Emacs</guimenuitem> from the <guimenu>Files</guimenu> menu. 8 </para> 10 </article>
You can exit from GNU Emacs with the keyboard shortcut C-c-C-x or by selecting from the menu.




![[-]](figs/web/nav/down.gif)