diff options
author | mdejong <mdejong> | 2004-10-28 22:40:44 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2004-10-28 22:40:44 (GMT) |
commit | e1c619039f8ec18c31eeaed778f144d0d6c21952 (patch) | |
tree | a29b234a4537d34f5df3bc014c4672048f51648c | |
parent | 0ccfc6f18ee6f98aa2fc15b62a3c482dd8b927f6 (diff) | |
download | tk-e1c619039f8ec18c31eeaed778f144d0d6c21952.zip tk-e1c619039f8ec18c31eeaed778f144d0d6c21952.tar.gz tk-e1c619039f8ec18c31eeaed778f144d0d6c21952.tar.bz2 |
* doc/wm.n: Add wm attributes . -alpha doc to account
for recent alpha changes.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/wm.n | 7 |
2 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2004-10-28 Mo DeJong <mdejong@users.sourceforge.net> + * doc/wm.n: Add wm attributes . -alpha doc to account + for recent alpha changes. + +2004-10-28 Mo DeJong <mdejong@users.sourceforge.net> + * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler): Back port HAVE_NO_SEH handler code from CVS HEAD to fix gcc build breakage caused by 2004-10-26 back port. @@ -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.11.2.1 2004/10/28 12:25:22 dkf Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.11.2.2 2004/10/28 22:40:57 mdejong 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 alpha 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. This is supported on Windows +2000/XP+. Where not supported, the \fB\-alpha\fR value remains at +\fB1.0\fR. .PP On Macintosh, there are currently two attribute values: \fB\-modified\fR and \fB\-titlepath\fR. |