diff options
author | ericm <ericm> | 2000-08-25 06:58:31 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-25 06:58:31 (GMT) |
commit | ef85986035437b6d6da8bf171ad32c651eb0a577 (patch) | |
tree | 2923ef6701708fa84f0a6e0936d4c1fa6c31c495 /doc/listbox.n | |
parent | 4e40628e20d645ccec764e7147fefaeb120df3cc (diff) | |
download | tk-ef85986035437b6d6da8bf171ad32c651eb0a577.zip tk-ef85986035437b6d6da8bf171ad32c651eb0a577.tar.gz tk-ef85986035437b6d6da8bf171ad32c651eb0a577.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.
Diffstat (limited to 'doc/listbox.n')
-rw-r--r-- | doc/listbox.n | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index 0db537f..cd1067c 100644 --- a/doc/listbox.n +++ b/doc/listbox.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: listbox.n,v 1.7 2000/07/28 16:34:54 ericm Exp $ +'\" RCS: @(#) $Id: listbox.n,v 1.8 2000/08/25 06:58:32 ericm Exp $ '\" .so man.macros .TH listbox n 8.0 Tk "Tk Built-In Commands" @@ -16,14 +16,13 @@ listbox \- Create and manipulate listbox widgets .SH SYNOPSIS \fBlistbox\fR \fIpathName \fR?\fIoptions\fR? .SO -\-background \-borderwidth \-cursor -\-disabledforeground \-exportselection \-font -\-foreground \-height \-highlightbackground -\-highlightcolor \-highlightthickness \-listvar -\-relief \-selectbackground \-selectborderwidth -\-selectforeground \-setgrid \-state -\-takefocus \-width \-xscrollcommand -\-yscrollcommand +\-background \-height \-selectforeground +\-borderwidth \-highlightbackground \-setgrid +\-cursor \-highlightcolor \-state +\-disabledforeground \-highlightthickness \-takefocus +\-exportselection \-relief \-width +\-font \-selectbackground \-xscrollcommand +\-foreground \-selectborderwidth \-yscrollcommand .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-height height Height |