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" >
9 <!-- $Id: DestroyStyle.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='DestroyStyle'>
12 <title>DestroyStyle</title>
15 <command>DestroyStyle</command
17 ><replaceable>style</replaceable
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"/>
30 <para>Destroying style "*" can be done, but isn't really to be
31 recommended. For example:</para>
34 DestroyStyle Application*
37 <para>This removes all settings for the style named "Application*", NOT
38 all styles starting with "Application".</para>