diff options
author | surles <surles> | 1999-04-16 18:26:12 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-16 18:26:12 (GMT) |
commit | 4e4fb1b6feaf44e52e345a9b03520c979225e4dc (patch) | |
tree | 1eed715df97153c26e20195045497c6938248c34 /doc/CrtWindow.3 | |
parent | 03656f44f81469f459031fa3a4a7b09c8bc77712 (diff) | |
download | tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.zip tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.gz tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.bz2 |
fixed Tk doc bugs
Diffstat (limited to 'doc/CrtWindow.3')
-rw-r--r-- | doc/CrtWindow.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtWindow.3 b/doc/CrtWindow.3 index b5f0e29..5c0caad 100644 --- a/doc/CrtWindow.3 +++ b/doc/CrtWindow.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtWindow.3,v 1.2 1998/09/14 18:22:47 stanton Exp $ +'\" RCS: @(#) $Id: CrtWindow.3,v 1.3 1999/04/16 18:26:12 surles Exp $ '\" .so man.macros .TH Tk_CreateWindow 3 4.2 Tk "Tk Library Procedures" @@ -125,7 +125,7 @@ created with \fBTk_CreateEventHandler\fR. In addition, \fBTk_DestroyWindow\fR will delete any children of \fItkwin\fR recursively (where children are defined in the Tk sense, consisting of all windows that were created with the given window as \fIparent\fR). -If \fItkwin\fR was created by \fBTk_CreateInternalWindow\fR then event +If \fItkwin\fR is an internal window, then event handlers interested in destroy events are invoked immediately. If \fItkwin\fR is a top-level or main window, then the event handlers will be invoked later, after X has seen |