guimenuitem
guimenuitem — The name of a terminal menu item in a GUI.
Synopsis
- Zero or more of:
- text
accel
phrase
(db._phrase)replaceable
- Graphic inlines
- Indexing inlines
- Linking inlines
- Ubiquitous inlines
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
remark
subscript
superscript
xref
Attributes
Description
A guimenuitem
identifies a terminal selection
from a menu in a graphical user interface. In particular, this is
distinct from a menu (guimenu
) and a submenu
(guisubmenu
). The distinction between a
guimenuitem
and a guisubmenu
is
simply whether or not the selection is terminal or leads to an
additional submenu.
Processing expectations
Formatted inline.
This element occurs in 51 elements.
This element contains 17 elements.
See Also
accel
, guibutton
, guiicon
, guilabel
, guimenu
, guisubmenu
, keycap
, keycode
, keycombo
, keysym
, menuchoice
, mousebutton
, shortcut
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example guimenuitem</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.