diff options
author | fvogel <fvogelnew1@free.fr> | 2018-02-18 21:44:07 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-02-18 21:44:07 (GMT) |
commit | caa37a30ddc50d07dff064e51f8e15de2bf47862 (patch) | |
tree | f0c4f10926fab81e79c93a7ee0ed1e19311c1069 | |
parent | 60bc9032c9530df81dfe195d33cc2bfaa3d50bda (diff) | |
download | tk-caa37a30ddc50d07dff064e51f8e15de2bf47862.zip tk-caa37a30ddc50d07dff064e51f8e15de2bf47862.tar.gz tk-caa37a30ddc50d07dff064e51f8e15de2bf47862.tar.bz2 |
Fix previous commit
-rw-r--r-- | doc/radiobutton.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/radiobutton.n b/doc/radiobutton.n index 736d6ca..fceb1ec 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.n @@ -63,11 +63,11 @@ 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. If specified as an empty string then no special color is used for displaying when the widget is selected. .OP \-selectimage selectImage SelectImage |