summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-12-03 17:16:04 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-12-03 17:16:04 (GMT)
commite6adbacc0a2e030f93397d369841732a6e087c0d (patch)
treefa2c6ed39253eb25f519ad16d0bc7446612d2650 /doc
parenta64ae86f6029055d474238834a6acb636e7ad47c (diff)
downloadtk-e6adbacc0a2e030f93397d369841732a6e087c0d.zip
tk-e6adbacc0a2e030f93397d369841732a6e087c0d.tar.gz
tk-e6adbacc0a2e030f93397d369841732a6e087c0d.tar.bz2
Fix alphabetical order for widget-specific options in the man page for radiobutton. Thanks to Adil Gourinda.
Diffstat (limited to 'doc')
-rw-r--r--doc/radiobutton.n20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/radiobutton.n b/doc/radiobutton.n
index c79aa23..086a4e2 100644
--- a/doc/radiobutton.n
+++ b/doc/radiobutton.n
@@ -41,16 +41,6 @@ Specifies whether or not the indicator should be drawn. Must be a
proper boolean value. If false, the \fB\-relief\fR option is
ignored and the widget's relief is always sunken if the widget is
selected and raised otherwise.
-.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 \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 \-offrelief offRelief OffRelief
Specifies the relief for the checkbutton when the indicator is not drawn and
the checkbutton is off. The default value is
@@ -71,6 +61,16 @@ toolbar buttons, by configuring \fB\-relief flat \-overrelief
raised\fR. If the value of this option is the empty string, then no
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 \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
Specifies an image to display (in place of the \fB\-image\fR option)
when the radiobutton is selected.