diff options
author | ericm <ericm@noemail.net> | 2000-08-25 06:58:30 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-08-25 06:58:30 (GMT) |
commit | b614ebd8dea118760cb128f49b36574913c5f12f (patch) | |
tree | 2923ef6701708fa84f0a6e0936d4c1fa6c31c495 /doc/scale.n | |
parent | d680d42b9255bf23eb1cc7cddffdb21ed3c99c1b (diff) | |
download | tk-b614ebd8dea118760cb128f49b36574913c5f12f.zip tk-b614ebd8dea118760cb128f49b36574913c5f12f.tar.gz tk-b614ebd8dea118760cb128f49b36574913c5f12f.tar.bz2 |
* doc/toplevel.n:
* doc/spinbox.n:
* doc/scrollbar.n:
* doc/scale.n:
* doc/menubutton.n:
* doc/menu.n:
* doc/listbox.n:
* doc/entry.n:
* doc/frame.n:
* doc/message.n:
* doc/checkbutton.n:
* doc/radiobutton.n:
* doc/button.n:
* doc/label.n:
* doc/canvas.n:
* doc/text.n: Fixed Standard Options section to make best use of
new tab settings in man.macros.
FossilOrigin-Name: aab4f8f0ade0fbed2d69b0a7c5316cf05eba894c
Diffstat (limited to 'doc/scale.n')
-rw-r--r-- | doc/scale.n | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/scale.n b/doc/scale.n index aabc7a2..ba6a124 100644 --- a/doc/scale.n +++ b/doc/scale.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: scale.n,v 1.2 1998/09/14 18:22:59 stanton Exp $ +'\" RCS: @(#) $Id: scale.n,v 1.3 2000/08/25 06:58:32 ericm Exp $ '\" .so man.macros .TH scale n 4.1 Tk "Tk Built-In Commands" @@ -16,10 +16,11 @@ scale \- Create and manipulate scale widgets .SH SYNOPSIS \fBscale\fR \fIpathName \fR?\fIoptions\fR? .SO -\-activebackground \-font \-highlightthickness \-repeatinterval -\-background \-foreground \-orient \-takefocus -\-borderwidth \-highlightbackground \-relief \-troughcolor -\-cursor \-highlightcolor \-repeatdelay +\-activebackground \-foreground \-relief +\-background \-highlightbackground \-repeatdelay +\-borderwidth \-highlightcolor \-repeatinterval +\-cursor \-highlightthickness \-takefocus +\-font \-orient \-troughcolor .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-bigincrement bigIncrement BigIncrement |