diff options
author | fvogel <fvogelnew1@free.fr> | 2018-03-04 21:57:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-03-04 21:57:19 (GMT) |
commit | ece57bee6bf7f6ccff0a6d8062db54009a967525 (patch) | |
tree | 71e11034d455f3a7e6d3d37f5b25e1a96cbd68d9 | |
parent | c74cb1332ff479e175f7aa0679eae1f2ad261ad3 (diff) | |
parent | caa37a30ddc50d07dff064e51f8e15de2bf47862 (diff) | |
download | tk-ece57bee6bf7f6ccff0a6d8062db54009a967525.zip tk-ece57bee6bf7f6ccff0a6d8062db54009a967525.tar.gz tk-ece57bee6bf7f6ccff0a6d8062db54009a967525.tar.bz2 |
Fix [2321708fff]: radiobutton (and checkbutton) -selectcolor behavior
-rw-r--r-- | doc/radiobutton.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/radiobutton.n b/doc/radiobutton.n index 086a4e2..fceb1ec 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.n @@ -63,9 +63,8 @@ alternative relief is used when the mouse cursor is over the radiobutton. The empty string is the default value. .OP \-selectcolor selectColor Background Specifies a background color to use when the button is selected. -If \fB\-indicatoron\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 \fB\-indicatoron\fR is false, this color is used as the background for the entire widget, in place of \fB\-background\fR or \fB\-activeBackground\fR, whenever the widget is selected. |