summaryrefslogtreecommitdiffstats
path: root/doc/grid.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/grid.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/grid.n')
-rw-r--r--doc/grid.n6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 1bd9121..809ce50 100644
--- a/doc/grid.n
+++ b/doc/grid.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: grid.n,v 1.2 1998/09/14 18:22:56 stanton Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.3 2001/02/12 18:06:47 drh Exp $
'\"
.so man.macros
.TH grid n 4.1 Tk "Tk Built-In Commands"
@@ -113,12 +113,16 @@ The \fIamount\fR defaults to 0.
\fB\-padx \fIamount\fR
The \fIamount\fR specifies how much horizontal external padding to
leave on each side of the slave(s), in screen units.
+\fIAmount\fR may be a list
+of two values to specify padding for left and right separately.
The \fIamount\fR defaults to 0.
This space is added outside the slave(s) border.
.TP
\fB\-pady \fIamount\fR
The \fIamount\fR specifies how much vertical external padding to
leave on the top and bottom of the slave(s), in screen units.
+\fIAmount\fR may be a list
+of two values to specify padding for top and bottom separately.
The \fIamount\fR defaults to 0.
This space is added outside the slave(s) border.
.TP