diff options
author | hobbs <hobbs> | 2001-04-04 18:15:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-04 18:15:54 (GMT) |
commit | 8972d00f72a47a9889213dfa579d6700ddc208c9 (patch) | |
tree | 1d5a594b97c7bee81ca6dbc50e12b93acef0e225 | |
parent | f658cfac877125a252b2573877740831523b7c8e (diff) | |
download | tk-8972d00f72a47a9889213dfa579d6700ddc208c9.zip tk-8972d00f72a47a9889213dfa579d6700ddc208c9.tar.gz tk-8972d00f72a47a9889213dfa579d6700ddc208c9.tar.bz2 |
removed erroneous backport of 8.4 feature (asym padding)
-rw-r--r-- | doc/grid.n | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |