cvsimport
[fvwm.git] / doc / commands / None.xml
blob3097f2dc354dd30308a3b07ec3bec772093d9d75
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: None.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
3 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4   "../docbook-xml/docbookx.dtd"
6 <!ENTITY % myents SYSTEM "../fvwm.ent" >
7 %myents;
8 ]>
11 <section id='None'>
12 <title>None</title>
14 <cmdsynopsis>
15         <command>None</command
16         ><arg choice="opt"
17                 >(<replaceable>conditions</replaceable
18         >)</arg
19         ><arg choice='plain'
20                 ><replaceable>command</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>Performs
25 <replaceable>command</replaceable>
26 if no window which satisfies all
27 <replaceable>conditions</replaceable>
28 exists.  The command is run in the context of the root window.
29 Returns 1 if no window matches the conditions and 0 otherwise.
30 See <fvwmref sect="conditionals" opt="conditions" name="Conditions"/> section for a list of conditions.</para>
32 <para>This command implies the conditions
33 <emphasis remap='I'>CirculateHit</emphasis>, <emphasis remap='I'>CirculateHitIcon</emphasis> and <emphasis remap='I'>CirculateHitShaded</emphasis>.
34 They can be turned off by specifying
35 <emphasis remap='I'>!CirculateHit</emphasis>
36 etc. explicitly.</para>
38 </section>