Name
menuchoice — A selection or series of selections from a menu
Synopsis
menuchoice ::=
(shortcut?, (guibutton |
guiicon | guilabel |
guimenu | guimenuitem |
guisubmenu)+)
Attribute synopsis
Description
In applications that present graphical user interfaces, it is
often necessary to select an item, or a series of items, from a menu in
order to accomplish some action. The menuchoice
element provides a wrapper to contain the complete combination of
selections.
Processing expectations
Formatted inline.
A menuchoice may generate arrows or other
punctuation between multiple GUI elements. The
shortcut may be suppressed, or sometimes it is
presented in parentheses after the rest of the items.
See Also
accel, guibutton, guiicon, guilabel, guimenu, guimenuitem, guisubmenu, keycap, keycode, keycombo, keysym, mousebutton, shortcut
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example menuchoice</title>
<para>You can exit from GNU Emacs with
<menuchoice>
<shortcut>
<keycombo><keysym>C-x</keysym><keysym>C-c</keysym></keycombo>
</shortcut>
<guimenu>Files</guimenu>
<guimenuitem>Exit Emacs</guimenuitem>
</menuchoice>.
</para>
</article>Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access