ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / TearMenuOff.xml
blobd62e91dfabff27ca01232bdbbc820fe159bdaedd
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: TearMenuOff.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='TearMenuOff'>
12 <title>TearMenuOff</title>
14 <cmdsynopsis>
15         <command>TearMenuOff</command>
16 </cmdsynopsis>
18 <para>When assigned to a menu item, it inserts a tear off bar into the
19 menu (a horizontal broken line).  Activating that item tears off
20 the menu.  If the menu item has a label, it is shown instead of
21 the broken line.  If used outside menus, this command does
22 nothing.  Examples:</para>
24 <programlisting>
25 <fvwmref cmd="AddToMenu"/> WindowMenu
26 + I "" TearMenuOff
28 <fvwmref cmd="AddToMenu"/> RootMenu
29 + I "click here to tear me off" TearMenuOff
30 </programlisting>
32 </section>