diff options
Diffstat (limited to 'doc/checkbutton.n')
-rw-r--r-- | doc/checkbutton.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/checkbutton.n b/doc/checkbutton.n index d3ef277..037195f 100644 --- a/doc/checkbutton.n +++ b/doc/checkbutton.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: checkbutton.n,v 1.16 2007/10/29 16:04:13 dkf Exp $ +'\" RCS: @(#) $Id: checkbutton.n,v 1.17 2007/10/29 21:19:42 dkf Exp $ '\" .so man.macros .TH checkbutton n 4.4 Tk "Tk Built-In Commands" @@ -49,8 +49,9 @@ the checkbutton is off. The default value is .QW raised . By setting this option to .QW flat -and setting \fB\-indicatoron\fR to false and \fB\-overrelief\fR to raised, -the effect is achieved +and setting \fB\-indicatoron\fR to false and \fB\-overrelief\fR to +.QW raised , +the effect is achieved of having a flat button that raises on mouse-over and which is depressed when activated. This is the behavior typically exhibited by the Bold, Italic, and Underline checkbuttons on the toolbar of a |