NEWS/Changelog for previous commit.
[fvwm.git] / doc / commands / ResizeMaximize.xml
blob3fc9741d87ff84af6d3fd1c913cce91558440b67
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: ResizeMaximize.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='ResizeMaximize'>
12 <title>ResizeMaximize</title>
14 <cmdsynopsis>
15         <command>ResizeMaximize</command
16         ><arg choice='opt'
17                 ><replaceable>resize-arguments</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Combines the effects of
22 <fvwmref cmd="Resize"/>
23 and
24 <fvwmref cmd="Maximize"/>
25 in a single command.  When used on a maximized window, the window
26 is resized and is still in the maximized state afterwards.  When
27 used on an unmaximized window, the window is resized and put into
28 the maximized state afterwards.  This is useful if the user wants
29 to resize the window temporarily and then return to the original
30 geometry.  The
31 <replaceable>resize-arguments</replaceable>
32 are the same as for the
33 <fvwmref cmd="Resize"/>
34 command.</para>
36 </section>