diff options
author | dkf <dkf@noemail.net> | 2009-04-30 13:52:54 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-04-30 13:52:54 (GMT) |
commit | 41fd4239b6299a137b9a2c92cc3919e6c7ca3f71 (patch) | |
tree | 34ca96d393cdaf7a989e67f64a411b6f7749c060 /doc | |
parent | 7722fa907307592548bb4d0c6ec1cae2c73afdb7 (diff) | |
download | tk-41fd4239b6299a137b9a2c92cc3919e6c7ca3f71.zip tk-41fd4239b6299a137b9a2c92cc3919e6c7ca3f71.tar.gz tk-41fd4239b6299a137b9a2c92cc3919e6c7ca3f71.tar.bz2 |
Fix typo
FossilOrigin-Name: c86472654d973bc485b075ba3c3014f60ea43b76
Diffstat (limited to 'doc')
-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: |