diff options
Diffstat (limited to 'doc/MoveToplev.3')
-rw-r--r-- | doc/MoveToplev.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/MoveToplev.3 b/doc/MoveToplev.3 index 88accaf..24653ab 100644 --- a/doc/MoveToplev.3 +++ b/doc/MoveToplev.3 @@ -44,7 +44,7 @@ similar in function to the \fBwm geometry\fR Tcl command except that negative offsets cannot be specified. It is invoked by widgets such as menus that want to appear at a particular place on the screen. .PP -When \fBTk_MoveToplevelWindow\fR is called it doesn't immediately +When \fBTk_MoveToplevelWindow\fR is called it does not immediately pass on the new desired location to the window manager; it defers this action until all other outstanding work has been completed, using the \fBTk_DoWhenIdle\fR mechanism. |