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" ?>
<!-- $Id$ -->
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<section id='ThisWindow'>
<title>ThisWindow</title>
<cmdsynopsis>
<command>ThisWindow</command
><arg choice='opt'
>(<replaceable>conditions</replaceable
>)</arg
><arg choice='plain'>command</arg>
</cmdsynopsis>
<para><emphasis remap='B'>ThisWindow</emphasis>
executes the specified
<replaceable>command</replaceable>
in the context of the current operand window. If there is no
operand window (it is invoked in the root window), the command is
ignored.
<emphasis remap='B'>ThisWindow</emphasis>
is never interactive. The command is executed only if the given
<replaceable>conditions</replaceable>
are met. It returns -1 if used outside a window context.
See <fvwmref sect="conditionals" opt="conditions" name="Conditions"/> section for a list of conditions.</para>
<para>This command implies the conditions
<emphasis remap='I'>CirculateHit</emphasis>, <emphasis remap='I'>CirculateHitIcon</emphasis> and <emphasis remap='I'>CirculateHitShaded</emphasis>.
They can be turned off by specifying "!CirculateHit"
etc. explicitly.</para>
</section>
|