diff options
-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 |