diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-16 14:01:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-16 14:01:09 (GMT) |
commit | 21742ef35eb0732a8e33f526626dcf61425d786b (patch) | |
tree | 67bf44f07cf01dd47f4f8dac1bcc04a6d5845d17 /doc/button.n | |
parent | 1e14a1b89b0b88db34b7fc5270cea85c85ac6cac (diff) | |
download | tk-21742ef35eb0732a8e33f526626dcf61425d786b.zip tk-21742ef35eb0732a8e33f526626dcf61425d786b.tar.gz tk-21742ef35eb0732a8e33f526626dcf61425d786b.tar.bz2 |
Standardize the -compound option to everywhere it ought to be. [Bug 712588]
Diffstat (limited to 'doc/button.n')
-rw-r--r-- | doc/button.n | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/doc/button.n b/doc/button.n index d2818fd..d05e76e 100644 --- a/doc/button.n +++ b/doc/button.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: button.n,v 1.6 2000/08/25 06:58:31 ericm Exp $ +'\" RCS: @(#) $Id: button.n,v 1.7 2004/08/16 14:01:10 dkf Exp $ '\" .so man.macros .TH button n 4.4 Tk "Tk Built-In Commands" @@ -16,31 +16,22 @@ button \- Create and manipulate button widgets .SH SYNOPSIS \fBbutton\fR \fIpathName \fR?\fIoptions\fR? .SO -\-activebackground \-foreground \-repeatdelay -\-activeforeground \-highlightbackground \-repeatinterval -\-anchor \-highlightcolor \-takefocus -\-background \-highlightthickness \-text -\-bitmap \-image \-textvariable -\-borderwidth \-justify \-underline +\-activebackground \-font \-relief +\-activeforeground \-foreground \-repeatdelay +\-anchor \-highlightbackground \-repeatinterval +\-background \-highlightcolor \-takefocus +\-bitmap \-highlightthickness \-text +\-borderwidth \-image \-textvariable +\-compound \-justify \-underline \-cursor \-padx \-wraplength \-disabledforeground \-pady -\-font \-relief + .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-command command Command Specifies a Tcl command to associate with the button. This command is typically invoked when mouse button 1 is released over the button window. -.VS 8.4 -.OP \-compound compound Compound -Specifies whether the button should display both an image and text, -and if so, where the image should be placed relative to the text. -Valid values for this option are \fBbottom\fR, \fBcenter\fR, -\fBleft\fR, \fBnone\fR, \fBright\fR and \fBtop\fR. The default value -is \fBnone\fR, meaning that the button will display either an image or -text, depending on the values of the \fB\-image\fR and \fB\-bitmap\fR -options. -.VE .OP \-default default Default .VS Specifies one of three states for the default ring: \fBnormal\fR, |