File: UpdateDecor.xml

package info (click to toggle)
fvwm 1%3A2.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,968 kB
  • sloc: ansic: 145,836; xml: 17,096; perl: 7,237; sh: 5,100; makefile: 1,101; yacc: 688; lex: 187; sed: 11
file content (47 lines) | stat: -rw-r--r-- 1,406 bytes parent folder | download | duplicates (5)
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
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>

<!-- $Id$ -->

<section id='UpdateDecor'>
<title>UpdateDecor</title>

<cmdsynopsis>
	<command>UpdateDecor</command
	><arg choice='opt'
		><replaceable>decor</replaceable
	></arg>
</cmdsynopsis>

<para>This command is deprecated and will be removed in the future.  There
are plans to replace it with a more flexible solution in fvwm-3.0.</para>

<para>This command is kept mainly for backward compatibility.  Since
all elements of a decor are updated immediately when they are
changed, this command is mostly useless.</para>

<para>Updates window decorations.
<replaceable>decor</replaceable>
is an optional argument which specifies the
<replaceable>decor</replaceable>
to update.  If given, only windows which are assigned to that
particular
<replaceable>decor</replaceable>
are updated.  This command is useful, for instance, after a
<fvwmref cmd="ButtonStyle"/>, <fvwmref cmd="TitleStyle"/> or <fvwmref cmd="BorderStyle"/>
(possibly used in conjunction with
<fvwmref cmd="AddToDecor"/>).
Specifying an invalid decor results in all windows being
updated.  This command is less disturbing than
<fvwmref cmd="Recapture"/>,
but does not affect window style options as
<fvwmref cmd="Recapture"/>
does.</para>


</section>