summaryrefslogtreecommitdiffstats
path: root/doc/ttk_radiobutton.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-15 13:29:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-15 13:29:16 (GMT)
commit727a1eb8d327db15fa49faa75acf953c5a98e286 (patch)
treee537d6ac5b14a111f924a40fc23f811044d9ca25 /doc/ttk_radiobutton.n
parentec0f31f7586f53663f156175c39235356beb09e6 (diff)
downloadtk-727a1eb8d327db15fa49faa75acf953c5a98e286.zip
tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.gz
tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.bz2
Convert \fP to \fR so that man-page scrapers have an easier time.
Diffstat (limited to 'doc/ttk_radiobutton.n')
-rw-r--r--doc/ttk_radiobutton.n14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ttk_radiobutton.n b/doc/ttk_radiobutton.n
index 134b4c6..6d6d9db 100644
--- a/doc/ttk_radiobutton.n
+++ b/doc/ttk_radiobutton.n
@@ -28,7 +28,7 @@ The value to store in the associated \fI-variable\fR
when the widget is selected.
.OP \-variable variable Variable
The name of a global variable whose value is linked to the widget.
-Default value is \fB::selectedButton\fP.
+Default value is \fB::selectedButton\fR.
.SH "WIDGET COMMAND"
In addition to the standard
\fBcget\fR, \fBconfigure\fR, \fBinstate\fR, and \fBstate\fR
@@ -43,13 +43,13 @@ string if no \fI-command\fR is specified.
.\" Missing: select, deselect. Useful?
.\" Missing: flash. This is definitely not useful.
.SH "WIDGET STATES"
-The widget does not respond to user input if the \fBdisabled\fP state is set.
-The widget sets the \fBselected\fP state whenever
-the linked \fB-variable\fP is set to the widget's \fB-value\fP,
+The widget does not respond to user input if the \fBdisabled\fR state is set.
+The widget sets the \fBselected\fR state whenever
+the linked \fB-variable\fR is set to the widget's \fB-value\fR,
and clears it otherwise.
-The widget sets the \fBalternate\fP state whenever the
-linked \fB-variable\fP is unset.
-(The \fBalternate\fP state may be used to indicate a ``tri-state''
+The widget sets the \fBalternate\fR state whenever the
+linked \fB-variable\fR is unset.
+(The \fBalternate\fR state may be used to indicate a ``tri-state''
or ``indeterminate'' selection.)
.SH "SEE ALSO"
widget(n), keynav(n), checkbutton(n)