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/MapWindow.3 | |
parent | 03656f44f81469f459031fa3a4a7b09c8bc77712 (diff) | |
download | tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.zip tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.gz tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.bz2 |
fixed Tk doc bugs
Diffstat (limited to 'doc/MapWindow.3')
-rw-r--r-- | doc/MapWindow.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/MapWindow.3 b/doc/MapWindow.3 index f2cfc4e..ffc08a8 100644 --- a/doc/MapWindow.3 +++ b/doc/MapWindow.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: MapWindow.3,v 1.2 1998/09/14 18:22:52 stanton Exp $ +'\" RCS: @(#) $Id: MapWindow.3,v 1.3 1999/04/16 18:26:12 surles Exp $ '\" .so man.macros .TH Tk_MapWindow 3 "" Tk "Tk Library Procedures" @@ -37,11 +37,11 @@ deferred window creation. \fBTk_UnmapWindow\fR unmaps \fItkwin\fR's window from the screen. .PP -If \fItkwin\fR is a child window (i.e. \fBTk_CreateChildWindow\fR was -used to create it), then event handlers interested in map and unmap events -are invoked immediately. If \fItkwin\fR isn't an internal window, -then the event handlers will be invoked later, after X has seen -the request and returned an event for it. +If \fItkwin\fR is a child window (i.e. \fBTk_CreateWindow\fR was +used to create a child window), then event handlers interested in map +and unmap events are invoked immediately. If \fItkwin\fR isn't an +internal window, then the event handlers will be invoked later, after +X has seen the request and returned an event for it. .PP These procedures should be used in place of the X procedures \fBXMapWindow\fR and \fBXUnmapWindow\fR, since they update |