diff options
author | hobbs <hobbs> | 1999-08-10 16:58:18 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-10 16:58:18 (GMT) |
commit | 159120b27833f069a024fb14f5ad966f71fbe739 (patch) | |
tree | a1e5a206edcb173bb330a2be780fea418eda77ee /doc | |
parent | b83ad77762bceefbba6c4d32cbc6d29ed12b7264 (diff) | |
download | tk-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')
-rw-r--r-- | doc/wm.n | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |