diff options
author | hobbs <hobbs> | 2004-09-17 23:26:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-09-17 23:26:20 (GMT) |
commit | 749f9e3da0df25fafd8d2ab4c32d51d408a3d010 (patch) | |
tree | b14111c1d60bac0221004d24dfad391ed6d9d38c /doc | |
parent | 705a2cd41762dcd59142f046d702a0224ad2c9af (diff) | |
download | tk-749f9e3da0df25fafd8d2ab4c32d51d408a3d010.zip tk-749f9e3da0df25fafd8d2ab4c32d51d408a3d010.tar.gz tk-749f9e3da0df25fafd8d2ab4c32d51d408a3d010.tar.bz2 |
* doc/wm.n:
* tests/winWm.test: Add 'wm attributes -alpha' to control toplevel
* win/tkWinInt.h: alpha transparency on Win2K/XP+.
* win/tkWinWm.c: TIP #222 [Patch 892194]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wm.n | 7 |
1 files changed, 6 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.14 2004/06/21 19:56:11 dkf Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.15 2004/09/17 23:26:21 hobbs Exp $ '\" .so man.macros .TH wm n 8.4 Tk "Tk Built-In Commands" @@ -62,6 +62,11 @@ On Windows, \fB-disabled\fR gets or sets whether the window is in a disabled state. \fB-toolwindow\fR gets or sets the style of the window to toolwindow (as defined in the MSDN). \fB-topmost\fR gets or sets whether this is a topmost window (displays above all other windows). +\fB-alpha\fR sets the transparency level of the toplevel. It accepts +a value from \fB0.0\fR (fully transparent) to \fB1.0\fR (opaque). Values +outside that range will be constrained. Transparent toplevels are +supported on Windows 2000/XP+. Where not support, the \fB-alpha\fR value +remains at \fB1.0\fR. .PP On Macintosh, .PP |