summaryrefslogtreecommitdiffstats
path: root/doc/grid.n
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2004-03-04 00:17:06 (GMT)
committerhobbs <hobbs@noemail.net>2004-03-04 00:17:06 (GMT)
commit0f747d99d515e5e84233eb426aa012ef51233359 (patch)
tree9d7ca078446676d6cc6e1a080556295fe4f1a236 /doc/grid.n
parent682531163f7f1186a6b8e2e8fa05195bd7900631 (diff)
downloadtk-0f747d99d515e5e84233eb426aa012ef51233359.zip
tk-0f747d99d515e5e84233eb426aa012ef51233359.tar.gz
tk-0f747d99d515e5e84233eb426aa012ef51233359.tar.bz2
minor doc fixes for html conversioncore-8-5-a1
FossilOrigin-Name: f35f85415360958066155e003044fc16c4b0c7b9
Diffstat (limited to 'doc/grid.n')
-rw-r--r--doc/grid.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grid.n b/doc/grid.n
index b2790e9..3980898 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.7 2004/01/09 22:23:26 pspjuth Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.8 2004/03/04 00:17:07 hobbs Exp $
'\"
.so man.macros
.TH grid n 8.5 Tk "Tk Built-In Commands"
@@ -30,8 +30,8 @@ argument to \fBgrid configure\fR, either a window name (any value
starting with \fB.\fP) or one of the characters \fBx\fP or \fB^\fP
(see the ``RELATIVE PLACEMENT'' section below), then the command is
processed in the same way as \fBgrid configure\fR.
-.TP
.VS 8.5
+.TP
\fBgrid anchor \fImaster\fR ?\fIanchor\fR?
The anchor value controls how to place the grid within the master
when no row/column has any weight. See ``THE GRID ALGORITHM'' below