1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<!-- $Id$ -->
<section id='ResizeMoveMaximize'>
<title>ResizeMoveMaximize</title>
<cmdsynopsis>
<command>ResizeMoveMaximize</command
><arg choice='plain'
><replaceable>resize-arguments</replaceable
></arg
><arg choice='plain'
><replaceable>move-arguments</replaceable
></arg>
</cmdsynopsis>
<para>Combines the effects of
<fvwmref cmd="ResizeMove"/>
and
<fvwmref cmd="Maximize"/>
in a single command. When used on a maximized window, the window
is resized and moved and is still in the maximized state
afterwards. When used on an unmaximized window, the window is
resized and put into the maximized state afterwards. This is
useful if the user wants to resize the window temporarily and then
return to the original geometry. The
<replaceable>resize-arguments</replaceable> and <replaceable>move-arguments</replaceable>
are the same as for the
<fvwmref cmd="ResizeMove"/>
command.</para>
</section>
|