OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tk/] [doc/] [destroy.n] - Diff between revs 579 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
'\"
'\"
'\" Copyright (c) 1990 The Regents of the University of California.
'\" Copyright (c) 1990 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\"
'\" RCS: @(#) $Id: destroy.n,v 1.1.1.1 2002-01-16 10:25:48 markom Exp $
'\" RCS: @(#) $Id: destroy.n,v 1.1.1.1 2002-01-16 10:25:48 markom Exp $
'\"
'\"
.so man.macros
.so man.macros
.TH destroy n "" Tk "Tk Built-In Commands"
.TH destroy n "" Tk "Tk Built-In Commands"
.BS
.BS
'\" Note:  do not modify the .SH NAME line immediately below!
'\" Note:  do not modify the .SH NAME line immediately below!
.SH NAME
.SH NAME
destroy \- Destroy one or more windows
destroy \- Destroy one or more windows
.SH SYNOPSIS
.SH SYNOPSIS
\fBdestroy \fR?\fIwindow window ...\fR?
\fBdestroy \fR?\fIwindow window ...\fR?
.BE
.BE
.SH DESCRIPTION
.SH DESCRIPTION
.VS
.VS
.PP
.PP
This command deletes the windows given by the
This command deletes the windows given by the
\fIwindow\fR arguments, plus all of their descendants.
\fIwindow\fR arguments, plus all of their descendants.
If a \fIwindow\fR ``.'' is deleted then the entire application
If a \fIwindow\fR ``.'' is deleted then the entire application
will be destroyed.
will be destroyed.
The \fIwindow\fRs are destroyed in order, and if an error occurs
The \fIwindow\fRs are destroyed in order, and if an error occurs
in destroying a window the command aborts without destroying the
in destroying a window the command aborts without destroying the
remaining windows.
remaining windows.
No error is returned if \fIwindow\fR does not exist.
No error is returned if \fIwindow\fR does not exist.
.VE
.VE
.SH KEYWORDS
.SH KEYWORDS
application, destroy, window
application, destroy, window
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.