summaryrefslogtreecommitdiffstats
path: root/doc/wm.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-28 18:54:37 (GMT)
committerhobbs <hobbs>2004-09-28 18:54:37 (GMT)
commit0ad6f30a4743fdc26a62d4c0c8d677519f85b8c7 (patch)
tree69462ccecd8fee9e381f48ecad67fdffe9dc5604 /doc/wm.n
parent1288aec6556dbe6a0a344ef7f0d4bc5d81e554a7 (diff)
downloadtk-0ad6f30a4743fdc26a62d4c0c8d677519f85b8c7.zip
tk-0ad6f30a4743fdc26a62d4c0c8d677519f85b8c7.tar.gz
tk-0ad6f30a4743fdc26a62d4c0c8d677519f85b8c7.tar.bz2
clarify wm -alpha docs
Diffstat (limited to 'doc/wm.n')
-rw-r--r--doc/wm.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/wm.n b/doc/wm.n
index 507ac9a..f31e95d 100644
--- a/doc/wm.n
+++ b/doc/wm.n
@@ -5,10 +5,10 @@
'\" 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.15 2004/09/17 23:26:21 hobbs Exp $
+'\" RCS: @(#) $Id: wm.n,v 1.16 2004/09/28 18:54:37 hobbs Exp $
'\"
.so man.macros
-.TH wm n 8.4 Tk "Tk Built-In Commands"
+.TH wm n 8.5 Tk "Tk Built-In Commands"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
@@ -62,11 +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
+\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. Transparent toplevels are
-supported on Windows 2000/XP+. Where not support, the \fB-alpha\fR value
-remains at \fB1.0\fR.
+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,
.PP