guisubmenu — The name of a submenu in a GUI
guisubmenu ::=
accel
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)remark
replaceable
subscript
subscript
superscript
superscript
xref
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 additional submenus.
These elements contain guisubmenu
: bridgehead
, citation
, citetitle
, classsynopsisinfo
, emphasis
(db.emphasis), entry
, firstterm
, funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
, html:button
, html:label
, html:legend
, link
, literallayout
, member
, menuchoice
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
, refdescriptor
, refentrytitle
, refname
, refpurpose
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.
The following elements occur in guisubmenu: text, accel
, alt
, anchor
, annotation
, biblioref
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlinemediaobject
, link
, olink
, phrase
(db._phrase), remark
, replaceable
, subscript
, superscript
, xref
.
accel
, guibutton
, guiicon
, guilabel
, guimenu
, guimenuitem
, keycap
, keycode
, keycombo
, keysym
, menuchoice
, mousebutton
, shortcut
<article xmlns='http://docbook.org/ns/docbook'> <title>Example guisubmenu</title> <para>In GNU Emacs, the <guimenuitem>Print Buffer</guimenuitem> command is located off of the <guisubmenu>Print</guisubmenu> submenu of the <guimenu>Tools</guimenu> menu. </para> </article>
In GNU Emacs, the
command is located off of the submenu of the menu.