Propagate Layer changes via Style command on-the-fly.
[fvwm.git] / doc / commands / Raise.xml
bloba5af4cbce12f04f25a24ea2c9a745992ee3e0fdc
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: Raise.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='Raise'>
12 <title>Raise</title>
14 <cmdsynopsis>
15         <command>Raise</command>
16 </cmdsynopsis>
18 <para>Allows the user to raise a window. Note that this raises a window
19 only in its layer. To bring a window to the absolute top, use</para>
21 <programlisting>
22 <fvwmref cmd="AddToFunc"/> raise-to-top
23  + I <fvwmref cmd="Layer"/> 0 ontop
24  + I Raise
25 </programlisting>
27 <para>where ontop is the highest layer used in your setup.</para>
29 </section>