summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-01 03:54:06 (GMT)
committerhobbs <hobbs>2005-12-01 03:54:06 (GMT)
commit2ab9a8eaf6ffdff3cbf822ebf40b28e68261ea00 (patch)
tree4de7f54c0a445f5e06830b06d60bc10650884813 /doc
parentf7eb9fcd3f5e5a62e12b3de7e22adcf84c9948cb (diff)
downloadtk-2ab9a8eaf6ffdff3cbf822ebf40b28e68261ea00.zip
tk-2ab9a8eaf6ffdff3cbf822ebf40b28e68261ea00.tar.gz
tk-2ab9a8eaf6ffdff3cbf822ebf40b28e68261ea00.tar.bz2
* doc/checkbutton.n: fix -selectcolor docs [Bug 1083838]
Diffstat (limited to 'doc')
-rw-r--r--doc/checkbutton.n7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/checkbutton.n b/doc/checkbutton.n
index f8a2540..6efcca9 100644
--- a/doc/checkbutton.n
+++ b/doc/checkbutton.n
@@ -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: checkbutton.n,v 1.10 2005/04/06 21:11:54 dkf Exp $
+'\" RCS: @(#) $Id: checkbutton.n,v 1.11 2005/12/01 03:54:06 hobbs Exp $
'\"
.so man.macros
.TH checkbutton n 4.4 Tk "Tk Built-In Commands"
@@ -67,9 +67,8 @@ alternative relief is used when the mouse cursor is over the checkbutton.
The empty string is the default value.
.OP \-selectcolor selectColor Background
Specifies a background color to use when the button is selected.
-If \fBindicatorOn\fR is true then the color applies to the indicator.
-Under Windows, this color is used as the background for the indicator
-regardless of the select state.
+If \fBindicatorOn\fR is true then the color is used as the background for
+the indicator regardless of the select state.
If \fBindicatorOn\fR is false, this color is used as the background
for the entire widget, in place of \fBbackground\fR or \fBactiveBackground\fR,
whenever the widget is selected.