NEWS/Changelog for previous commit.
[fvwm.git] / doc / commands / HideGeometryWindow.xml
blob9da7c12893e6f78d50ff6539e0d3219e2cef7c18
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: HideGeometryWindow.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='HideGeometryWindow'>
12 <title>HideGeometryWindow</title>
14 <cmdsynopsis>
15         <command>HideGeometryWindow</command
16         ><group choice='opt'
17                 ><arg choice='plain'>Never</arg
18                 ><arg choice='plain'>Move</arg
19                 ><arg choice='plain'>Resize</arg
20         ></group>
21 </cmdsynopsis>
22   
23 <para>Hides the position or size window that is usually shown when a
24 window is moved or resized interactively.  To switch it off only
25 for move or resize operations the optional parameters
26 <fvwmopt cmd="HideGeometryWindow" opt="Move"/> and
27 <fvwmopt cmd="HideGeometryWindow" opt="Resize"/>
28 can be used respectively.  To switch both on again use the
29 <fvwmopt cmd="HideGeometryWindow" opt="Never"/>
30 option.</para>
32 </section>