diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 13:29:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 13:29:16 (GMT) |
commit | 727a1eb8d327db15fa49faa75acf953c5a98e286 (patch) | |
tree | e537d6ac5b14a111f924a40fc23f811044d9ca25 /doc/ttk_checkbutton.n | |
parent | ec0f31f7586f53663f156175c39235356beb09e6 (diff) | |
download | tk-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_checkbutton.n')
-rw-r--r-- | doc/ttk_checkbutton.n | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ttk_checkbutton.n b/doc/ttk_checkbutton.n index cd5ee64..e74b7b2 100644 --- a/doc/ttk_checkbutton.n +++ b/doc/ttk_checkbutton.n @@ -47,13 +47,13 @@ Returns the result of the \fI-command\fR. .\" Are these useful? They don't invoke the -command .\" 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-onvalue\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-onvalue\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), radiobutton(n) |