diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-28 12:25:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-28 12:25:53 (GMT) |
commit | b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c (patch) | |
tree | d43ab195bbb59360312c2df24cc52e874efc6409 /doc/panedwindow.n | |
parent | bffdac3cbb0bfe12357f55cdc4fb24195743fbcf (diff) | |
download | tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.zip tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.tar.gz tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.tar.bz2 |
More minor doc fixes
Diffstat (limited to 'doc/panedwindow.n')
-rw-r--r-- | doc/panedwindow.n | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index fbecd9e..5cdda6b 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.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: panedwindow.n,v 1.5 2004/10/24 17:22:55 dkf Exp $ +'\" RCS: @(#) $Id: panedwindow.n,v 1.6 2004/10/28 12:25:53 dkf Exp $ '\" .so man.macros .TH panedwindow n 8.4 Tk "Tk Built-In Commands" @@ -191,9 +191,11 @@ height may later be adjusted by the movement of sashes in the panedwindow. \fISize\fR may be any value accepted by \fBTk_GetPixels\fR. .TP \fB\-hide \fIboolean\fR +.VS 8.5 Controls the visibility of a pane. When the \fIboolean\fR is true (according to \fBTcl_GetBoolean\fR) the pane will not be visible, but it will still be maintained in the list of panes. +.VE 8.5 .TP \fB\-minsize \fIn\fR Specifies that the size of the window cannot be made less than @@ -224,6 +226,7 @@ are specified, the window will be stretched to fill the entire height (or width) of its cavity. .TP \fB\-stretch \fIwhen\fR +.VS 8.5 Controls how extra space is allocated to each of the panes. \fIWhen\fR is one of \fBalways\fR, \fBfirst\fR, \fBlast\fR, \fBmiddle\fR, and \fBnever\fR. @@ -251,6 +254,7 @@ Only if this pane is not the first or last pane will it stretch. \fBnever\fR This pane will never stretch. .RE +.VE 8.5 .TP \fB\-width \fIsize\fR Specify a width for the window. The width will be the outer |