diff options
Diffstat (limited to 'doc/ttk_button.n')
-rw-r--r-- | doc/ttk_button.n | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index 0a9215e..fb7e3c6 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.n @@ -4,14 +4,13 @@ '\" 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.8 2007/10/30 21:29:59 dkf Exp $ +'\" RCS: @(#) $Id: ttk_button.n,v 1.9 2007/11/01 10:59:42 dkf Exp $ '\" .so man.macros -.TH ttk_button n 8.5 Tk "Tk Themed Widget" +.TH ttk::button n 8.5 Tk "Tk Themed Widget" .BS -.\" Use _ instead of :: as the name becomes a filename on install .SH NAME -ttk_button \- Widget that issues a command when pressed +ttk::button \- Widget that issues a command when pressed .SH SYNOPSIS \fBttk::button\fR \fIpathName \fR?\fIoptions\fR? .BE @@ -67,7 +66,7 @@ Invokes the command associated with the button. \fIpathName \fBinstate \fIstateSpec\fR ?\fIscript\fR? .TP \fIpathName \fBstate\fR ?\fIstateSpec\fR? -See \fIttk_widget(n)\fR +See \fIttk::widget(n)\fR .SH "COMPATIBILITY OPTIONS" .OP \-state state State May be set to \fBnormal\fR or \fBdisabled\fR to control the @@ -76,6 +75,6 @@ May be set to \fBnormal\fR or \fBdisabled\fR to control the option: setting it changes the widget state, but the \fBstate\fR widget command does not affect the state option. .SH "SEE ALSO" -ttk_widget(n), button(n) +ttk::widget(n), button(n) .SH "KEYWORDS" widget, button, default, command |