summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-04-04 18:15:54 (GMT)
committerhobbs <hobbs>2001-04-04 18:15:54 (GMT)
commit8972d00f72a47a9889213dfa579d6700ddc208c9 (patch)
tree1d5a594b97c7bee81ca6dbc50e12b93acef0e225
parentf658cfac877125a252b2573877740831523b7c8e (diff)
downloadtk-8972d00f72a47a9889213dfa579d6700ddc208c9.zip
tk-8972d00f72a47a9889213dfa579d6700ddc208c9.tar.gz
tk-8972d00f72a47a9889213dfa579d6700ddc208c9.tar.bz2
removed erroneous backport of 8.4 feature (asym padding)
-rw-r--r--doc/grid.n6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 009eec3..0b913f5 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.18.1 2001/04/04 07:23:48 hobbs Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.2.18.2 2001/04/04 18:15:54 hobbs Exp $
'\"
.so man.macros
.TH grid n 4.1 Tk "Tk Built-In Commands"
@@ -113,16 +113,12 @@ 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