cvsimport
[fvwm.git] / doc / commands / Close.xml
blobeb225d619fc65272a623e0cf9f4a8e540fb26c95
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: Close.xml,v 1.2 2007/06/09 09:46:41 griph Exp $ -->
11 <section id='Close'>
12 <title>Close</title>
14 <cmdsynopsis>
15         <command>Close</command>
16 </cmdsynopsis>
18 <para>If the window accepts the delete window protocol a message is sent
19 to the window asking it to gracefully remove itself.  If the
20 window does not understand the delete window protocol then the
21 window is destroyed as with the
22 <fvwmref cmd="Destroy"/>
23 command.  Note: if the window accepts the delete window protocol
24 but does not close itself in response, the window is not deleted.</para>
26 </section>