Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / AnimatedMove.xml
blob52be3c2c59ee317b0e8ab436b6df7cc86726148e
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: AnimatedMove.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
11 <section id='AnimatedMove'>
12 <title>AnimatedMove</title>
14 <cmdsynopsis>
15         <command>AnimatedMove</command
16         ><arg choice='plain'
17                 ><replaceable>x</replaceable
18         ></arg
19         ><arg choice='plain'
20                 ><replaceable>y</replaceable
21         ></arg
22         ><arg choice='opt'>Warp</arg>
23 </cmdsynopsis>
27 <para>Move a window in an animated fashion.  Similar to
28 <fvwmref cmd="Move"/>
29 command. The options are the same, except they are required,
30 since it doesn't make sense to have a user move the window
31 interactively and animatedly.  If the optional argument
32 <fvwmopt cmd="AnimatedMove" opt="Warp"/>
33 is specified the pointer is warped with the window.</para>
35 </section>