diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
commit | a9b41e61dd1f2274961a88385d433a9bac66d44a (patch) | |
tree | 09cfb7c149cd2c0c95d126aa8764f569b3e42063 /doc/ttk_button.n | |
parent | 5d96c35c08ea64525de7b4ab99171bfcc0252142 (diff) | |
download | tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.zip tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.gz tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.bz2 |
Lots of improvements to look and feel of manual pages
Diffstat (limited to 'doc/ttk_button.n')
-rw-r--r-- | doc/ttk_button.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index df926c9..c632ca1 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_button.n,v 1.4 2007/10/23 15:44:35 dkf Exp $ +'\" RCS: @(#) $Id: ttk_button.n,v 1.5 2007/10/24 14:32:59 dkf Exp $ '\" .so man.macros .TH ttk_button n 8.5 Tk "Tk Themed Widget" @@ -72,7 +72,9 @@ See \fIttk_widget(n)\fR .OP \-state state State May be set to \fBnormal\fR or \fBdisabled\fR to control the \fBdisabled\fR state bit. -This is a ``write-only'' option: setting it changes the +This is a +.QW write-only +option: setting it changes the widget state, but the \fBstate\fR widget command does not affect the state option. .SH "SEE ALSO" |