1996-09-27 06:29:02 -04:00
|
|
|
<HTML><HEAD><TITLE>Tk Built-In Commands - destroy manual page</TITLE></HEAD>
|
1998-04-10 06:59:06 -04:00
|
|
|
<BR>
|
1996-09-27 06:29:02 -04:00
|
|
|
<BODY bgcolor = #c3c3ff>
|
|
|
|
<H2><IMG ALIGN=BOTTOM SRC="./Img/ManPageBlue.gif"> destroy</H2>
|
|
|
|
<I>Destroy one or more windows</I><P><IMG ALIGN=TOP SRC="./Img/line-red.gif">
|
|
|
|
<H3><A NAME="M2">SYNOPSIS</A></H3>
|
|
|
|
(<B>destroy </B>?<I>window window ...</I>?)<BR>
|
|
|
|
<H3><A NAME="M3">DESCRIPTION</A></H3>
|
|
|
|
This procedure deletes the windows given by the
|
|
|
|
<I>window</I> arguments, plus all of their descendants.
|
|
|
|
If a <I>window</I> <B>*root*</B> (or ``.'') is deleted then the entire application
|
|
|
|
will be destroyed.
|
|
|
|
The <I>window</I>s are destroyed in order, and if an error occurs
|
|
|
|
in destroying a window the procedure aborts without destroying the
|
|
|
|
remaining windows.
|
1998-04-10 06:59:06 -04:00
|
|
|
<P><IMG ALIGN=TOP SRC="./Img/line-red.gif"><P>
|
1996-09-27 06:29:02 -04:00
|
|
|
<A HREF=./STk-hlp.html><IMG ALIGN=BOTTOM SRC="./Img/RefBookBlue.gif"> Back to the <B>STk</B> main page</A>
|
|
|
|
</BODY></HTML>
|