guisubmenu
guisubmenu — The name of a submenu 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
The name of a submenu in a graphical user interface is identified
by the guisubmenu
element. A submenu is a menu
invoked from another menu that leads either to terminal items
(guimenuitem
s) or to additional submenus.
Processing expectations
Formatted inline.
This element occurs in 51 elements.
This element contains 17 elements.
See Also
accel
, guibutton
, guiicon
, guilabel
, guimenu
, guimenuitem
, keycap
, keycode
, keycombo
, keysym
, menuchoice
, mousebutton
, shortcut
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example guisubmenu</title> 4 <para>In GNU Emacs, the <guimenuitem>Print Buffer</guimenuitem> command is located off of the <guisubmenu>Print</guisubmenu> submenu of the 6 <guimenu>Tools</guimenu> menu. </para> 8 </article>
In GNU Emacs, the
command is located off of the submenu of the menu.