ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / GnomeButton.xml
bloba7235d0bc3e33c74ebf10df347227a647dc4bdf3
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: GnomeButton.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='GnomeButton'>
12 <title>GnomeButton</title>
14 <cmdsynopsis>
15         <command>GnomeButton</command>
16 </cmdsynopsis>
18 <para>Used in conjunction with
19 <fvwmref cmd="Mouse"/>
20 to pass mouse button presses on the root window to a
21 <acronym>GNOME</acronym>
22 program (such as GMC).  The following example passes presses of
23 mouse buttons 1 and 3 to such a program.</para>
25 <programlisting>
26 <fvwmref cmd="Mouse"/> 1 R A GnomeButton
27 <fvwmref cmd="Mouse"/> 3 R A GnomeButton
28 </programlisting>
31 </section>