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/radiobutton.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/radiobutton.n')
-rw-r--r-- | doc/radiobutton.n | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/radiobutton.n b/doc/radiobutton.n index 239d07a..73bb98e 100644 --- a/doc/radiobutton.n +++ b/doc/radiobutton.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: radiobutton.n,v 1.7 2004/02/18 00:40:24 hobbs Exp $ +'\" RCS: @(#) $Id: radiobutton.n,v 1.8 2004/08/16 14:01:09 dkf Exp $ '\" .so man.macros .TH radiobutton n 4.4 Tk "Tk Built-In Commands" @@ -16,14 +16,14 @@ radiobutton \- Create and manipulate radiobutton widgets .SH SYNOPSIS \fBradiobutton\fR \fIpathName \fR?\fIoptions\fR? .SO -\-activebackground \-font \-pady -\-activeforeground \-foreground \-relief -\-anchor \-highlightbackground \-takefocus -\-background \-highlightcolor \-text -\-bitmap \-highlightthickness \-textvariable -\-borderwidth \-image \-underline +\-activebackground \-disabledforeground \-padx +\-activeforeground \-font \-pady +\-anchor \-foreground \-relief +\-background \-highlightbackground \-takefocus +\-bitmap \-highlightcolor \-text +\-borderwidth \-highlightthickness \-textvariable +\-compound \-image \-underline \-cursor \-justify \-wraplength -\-disabledforeground \-padx .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-command command Command |