diff options
author | mdejong <mdejong> | 2005-02-17 00:06:05 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-02-17 00:06:05 (GMT) |
commit | 74082f5c2537ffc0ccfa43077761d484535defa9 (patch) | |
tree | fb992afb785687444592374bdb6339a03baf748d /doc/wm.n | |
parent | aee29491b0abebba92b1106ddf35a5724ac0a9e9 (diff) | |
download | tk-74082f5c2537ffc0ccfa43077761d484535defa9.zip tk-74082f5c2537ffc0ccfa43077761d484535defa9.tar.gz tk-74082f5c2537ffc0ccfa43077761d484535defa9.tar.bz2 |
* doc/wm.n: Add documentation for -fullscreen attribute.
* tests/winWm.test: Add -fullscreen to wm attribute
usage message.
* tests/wm.test: Add -fullscreen to wm attribute
usage message. Add -fullscreen attribute test cases
for Windows.
* win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen,
WmAttributesCmd, UpdateGeometryInfo):
Implement TIP 223 [wm attributes -fullscreen].
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 6 |
1 files changed, 5 insertions, 1 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.21 2004/11/11 01:24:31 das Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.22 2005/02/17 00:06:08 mdejong Exp $ '\" .so man.macros .TH wm n 8.5 Tk "Tk Built-In Commands" @@ -69,6 +69,10 @@ outside that range will be constrained. This is supported on Windows 2000/XP+. Where not supported, the \fB\-alpha\fR value remains at \fB1.0\fR. .VE 8.5 +\fB\-fullscreen\fR attribute will place the window in a mode that +takes up the entire screen, has no borders, and covers the Start +menu and taskbar. +.VE 8.5 .PP On Mac OS X, \fB\-modified\fR gets or sets the modification state of the window (determines whether the window close widget contains the modification |