summaryrefslogtreecommitdiffstats
path: root/doc/wm.n
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-10 16:58:18 (GMT)
committerhobbs <hobbs>1999-08-10 16:58:18 (GMT)
commit159120b27833f069a024fb14f5ad966f71fbe739 (patch)
treea1e5a206edcb173bb330a2be780fea418eda77ee /doc/wm.n
parentb83ad77762bceefbba6c4d32cbc6d29ed12b7264 (diff)
downloadtk-159120b27833f069a024fb14f5ad966f71fbe739.zip
tk-159120b27833f069a024fb14f5ad966f71fbe739.tar.gz
tk-159120b27833f069a024fb14f5ad966f71fbe739.tar.bz2
1999-08-10 Jeff Hobbs <hobbs@scriptics.com>
* win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify".
Diffstat (limited to 'doc/wm.n')
-rw-r--r--doc/wm.n6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/wm.n b/doc/wm.n
index 5811f71..a2c4b0e 100644
--- a/doc/wm.n
+++ b/doc/wm.n
@@ -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: wm.n,v 1.3 1999/08/09 16:51:51 hobbs Exp $
+'\" RCS: @(#) $Id: wm.n,v 1.4 1999/08/10 16:58:18 hobbs Exp $
'\"
.so man.macros
.TH wm n 4.3 Tk "Tk Built-In Commands"
@@ -99,7 +99,9 @@ Arrange for \fIwindow\fR to be displayed in normal (non-iconified) form.
This is done by mapping the window. If the window has never been
mapped then this command will not map the window, but it will ensure
that when the window is first mapped it will be displayed
-in de-iconified form. Returns an empty string.
+in de-iconified form. On Windows, a deiconified window will also be
+raised and be given the focus (made the active window).
+Returns an empty string.
.TP
\fBwm focusmodel \fIwindow\fR ?\fBactive\fR|\fBpassive\fR?
If \fBactive\fR or \fBpassive\fR is supplied as an optional argument