ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / DestroyStyle.xml
blob36c67a1550af1f323bcc58e650a846368799126f
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: DestroyStyle.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='DestroyStyle'>
12 <title>DestroyStyle</title>
14 <cmdsynopsis>
15         <command>DestroyStyle</command
16         ><arg choice='plain'
17                 ><replaceable>style</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>deletes the style named
22 <replaceable>style</replaceable>.
23 The changes take effect immediately.  Note that
24 <replaceable>style</replaceable>
25 is not a wild-carded search string, but rather a case-sensitive
26 string that should exactly match the original
27 <fvwmref cmd="Style"/>
28 command.</para>
30 <para>Destroying style "*" can be done, but isn't really to be
31 recommended. For example:</para>
33 <programlisting>
34 DestroyStyle Application*
35 </programlisting>
37 <para>This removes all settings for the style named "Application*", NOT
38 all styles starting with "Application".</para>
40 </section>