diff options
Diffstat (limited to 'doc/pack.n')
-rw-r--r-- | doc/pack.n | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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: pack.n,v 1.2 1998/09/14 18:22:58 stanton Exp $ +'\" RCS: @(#) $Id: pack.n,v 1.3 2001/02/12 18:06:47 drh Exp $ '\" .so man.macros .TH pack n 4.0 Tk "Tk Built-In Commands" @@ -101,12 +101,14 @@ leave on each side of the slave(s). .TP \fB\-padx \fIamount\fR \fIAmount\fR specifies how much horizontal external padding to -leave on each side of the slave(s). +leave on each side of the slave(s). \fIAmount\fR may be a list +of two values to specify padding for left and right separately. \fIAmount\fR defaults to 0. .TP \fB\-pady \fIamount\fR \fIAmount\fR specifies how much vertical external padding to -leave on each side of the slave(s). +leave on each side of the slave(s). \fIAmount\fR may be a list +of two values to specify padding for top and bottom separtely. \fIAmount\fR defaults to 0. .TP \fB\-side \fIside\fR |