diff options
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 |