diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-04-30 13:52:55 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-04-30 13:52:55 (GMT) |
commit | bb9260cb85545dd4e2b050b6e439cdee03bbccb2 (patch) | |
tree | 34ca96d393cdaf7a989e67f64a411b6f7749c060 | |
parent | 7a99b0b4da32f999c20a894c243f126297916e8d (diff) | |
download | tk-bb9260cb85545dd4e2b050b6e439cdee03bbccb2.zip tk-bb9260cb85545dd4e2b050b6e439cdee03bbccb2.tar.gz tk-bb9260cb85545dd4e2b050b6e439cdee03bbccb2.tar.bz2 |
Fix typo
-rw-r--r-- | doc/ttk_button.n | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index a0e11c7..a3b7c89 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.11.2.1 2008/05/11 00:31:00 patthoyts Exp $ +'\" RCS: @(#) $Id: ttk_button.n,v 1.11.2.2 2009/04/30 13:52:55 dkf Exp $ '\" .so man.macros .TH ttk::button n 8.5 Tk "Tk Themed Widget" @@ -58,8 +58,7 @@ in the style. .SH "WIDGET COMMAND" In addition to the standard \fBcget\fR, \fBconfigure\fR, \fBidentify\fR, \fBinstate\fR, and \fBstate\fR -commands, checkbuttons support the following additional -widget commands: +commands, buttons support the following additional widget commands: .TP \fIpathName \fBinvoke\fR Invokes the command associated with the button. @@ -74,3 +73,7 @@ widget command does not affect the state option. ttk::widget(n), button(n) .SH "KEYWORDS" widget, button, default, command +'\" Local Variables: +'\" mode: nroff +'\" fill-column: 78 +'\" End: |