summaryrefslogtreecommitdiffstats
path: root/doc/grid.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-20 10:56:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-20 10:56:35 (GMT)
commit8cf3e7964b95b65ef9cca59cda9e0f7430669fc2 (patch)
tree6ca1c6c3faf406bf711958fb205de6612cc00c4c /doc/grid.n
parent76b86596cb7edb28d4277ad60de37066b5cda319 (diff)
downloadtk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.zip
tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.tar.gz
tk-8cf3e7964b95b65ef9cca59cda9e0f7430669fc2.tar.bz2
Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]
Diffstat (limited to 'doc/grid.n')
-rw-r--r--doc/grid.n10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/grid.n b/doc/grid.n
index fc0d6aa..da9800a 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.10 2004/06/21 14:41:42 dkf Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.11 2004/08/20 10:56:36 dkf Exp $
'\"
.so man.macros
.TH grid n 8.5 Tk "Tk Built-In Commands"
@@ -84,7 +84,7 @@ grid geometry manager requests a size from the containing window.
If only an option is specified, with no value,
the current value of that option is returned.
If only the master window and index is specified, all the current settings
-are returned in an list of "-option value" pairs.
+are returned in a list of "-option value" pairs.
.TP
\fBgrid configure \fIslave \fR?\fIslave ...\fR? ?\fIoptions\fR?
The arguments consist of the names of one or more slave windows
@@ -126,7 +126,7 @@ It defaults to 0.
.TP
\fB\-ipady \fIamount\fR
The \fIamount\fR specifies how much vertical internal padding to
-leave on on the top and bottom of the slave(s).
+leave on the top and bottom of the slave(s).
This space is added inside the slave(s) border.
The \fIamount\fR defaults to 0.
.TP
@@ -244,7 +244,7 @@ grid geometry manager requests a size from the containing window.
If only an option is specified, with no value,
the current value of that option is returned.
If only the master window and index is specified, all the current settings
-are returned in an list of "-option value" pairs.
+are returned in a list of "-option value" pairs.
.TP
\fBgrid remove \fIslave \fR?\fIslave ...\fR?
Removes each of the \fIslave\fRs from grid for its
@@ -349,7 +349,7 @@ For masters whose size is smaller than the requested layout, space is taken
away from columns and rows according to their weights. However, once a
column or row shrinks to its minsize, its weight is taken to be zero.
If more space needs to be removed from a layout than would be permitted, as
-when all the rows or columns are at there minimum sizes, the layout is
+when all the rows or columns are at their minimum sizes, the layout is
placed and clipped according to the \fIanchor\fR value.
.VE
.SH "GEOMETRY PROPAGATION"