Update for new 2.7.0 development work.
[fvwm.git] / doc / commands / Any.xml
blob43068bff21bec335e131e24f97ae262f9bbf8a45
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: Any.xml,v 1.3 2007/06/16 12:38:45 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='Any'>
12 <title>Any</title>
14 <cmdsynopsis>
15         <command>Any</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 any window which satisfies all
27 <replaceable>conditions</replaceable>
28 exists.  The command is run in the context of the root window.
29 See the <fvwmref sect="conditionals" opt="conditions" name="Conditions"/> section for a list of conditions.</para>
31 </section>