summaryrefslogtreecommitdiffstats
path: root/doc/pack.n
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2001-02-12 18:06:47 (GMT)
committerdrh <drh@sqlite.org>2001-02-12 18:06:47 (GMT)
commit413e598de2e293d8046eaadcb0e4e30a9b9f49cc (patch)
treea7e13b5d6f5052a80f4cc71760b9cbdc5b952852 /doc/pack.n
parent68371803a20c54dd7674dfb0e56673f3bf1218ae (diff)
downloadtk-413e598de2e293d8046eaadcb0e4e30a9b9f49cc.zip
tk-413e598de2e293d8046eaadcb0e4e30a9b9f49cc.tar.gz
tk-413e598de2e293d8046eaadcb0e4e30a9b9f49cc.tar.bz2
Asymmetric padding in "pack" and "grid" geometry managers
Diffstat (limited to 'doc/pack.n')
-rw-r--r--doc/pack.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/pack.n b/doc/pack.n
index 411e8f7..ddda916 100644
--- a/doc/pack.n
+++ b/doc/pack.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: 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