menuchoice.separator.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="menuchoice.separator">
  7. <refmeta>
  8. <refentrytitle>menuchoice.separator</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>menuchoice.separator</refname>
  13. <refpurpose>Separator between items of a <tag>menuchoice</tag>
  14. other than <tag>guimenuitem</tag> and
  15. <tag>guisubmenu</tag></refpurpose>
  16. </refnamediv>
  17. <refsynopsisdiv>
  18. <src:fragment xml:id="menuchoice.separator.frag">
  19. <xsl:param name="menuchoice.separator">+</xsl:param>
  20. </src:fragment>
  21. </refsynopsisdiv>
  22. <refsection><info><title>Description</title></info>
  23. <para>Separator used to connect items of a <tag>menuchoice</tag> other
  24. than <tag>guimenuitem</tag> and <tag>guisubmenu</tag>. The latter
  25. elements are linked with <parameter>menuchoice.menu.separator</parameter>.
  26. </para>
  27. </refsection>
  28. </refentry>