]> www.wagner.pp.ru Git - oss/ck.git/blob - doc/destroy.n
Ck console graphics toolkit
[oss/ck.git] / doc / destroy.n
1 '\"
2 '\" Copyright (c) 1990 The Regents of the University of California.
3 '\" Copyright (c) 1994 Sun Microsystems, Inc.
4 '\" Copyright (c) 1996-1999 Christian Werner
5 '\"
6 '\" See the file "license.terms" for information on usage and redistribution
7 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
8 '\" 
9 .so man.macros
10 .TH destroy n 8.0 Ck "Ck Built-In Commands"
11 .BS
12 '\" Note:  do not modify the .SH NAME line immediately below!
13 .SH NAME
14 destroy \- Destroy one or more windows
15 .SH SYNOPSIS
16 \fBdestroy \fR?\fIwindow window ...\fR?
17 .BE
18
19 .SH DESCRIPTION
20 .PP
21 This command deletes the windows given by the
22 \fIwindow\fR arguments, plus all of their descendants.
23 If a \fIwindow\fR ``.'' is deleted then the entire application
24 will be destroyed and the actions of the \fBexit\fR command are
25 taken. The \fIwindow\fRs are destroyed in order, and if an error occurs
26 in destroying a window the command aborts without destroying the
27 remaining windows.
28
29 .SH KEYWORDS
30 application, destroy, window