diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-29 21:19:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-29 21:19:42 (GMT) |
commit | c10b84c601b1b71518116e45c6994e8522ba483f (patch) | |
tree | 1bed70cd054506ff84ff9500941743b09a5860f3 /doc/checkbutton.n | |
parent | 447c5cc18c467353963659dc23a69436b253293c (diff) | |
download | tk-c10b84c601b1b71518116e45c6994e8522ba483f.zip tk-c10b84c601b1b71518116e45c6994e8522ba483f.tar.gz tk-c10b84c601b1b71518116e45c6994e8522ba483f.tar.bz2 |
Minor improvements
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 |