diff options
author | hobbs <hobbs> | 2004-03-04 00:17:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-04 00:17:07 (GMT) |
commit | 9d98cada6a48fb20eda77683f0f0b1a3679a67d3 (patch) | |
tree | 9d7ca078446676d6cc6e1a080556295fe4f1a236 /doc/grid.n | |
parent | 3c10910e580d3c0bfdd60019cabff25a75c2cb1d (diff) | |
download | tk-9d98cada6a48fb20eda77683f0f0b1a3679a67d3.zip tk-9d98cada6a48fb20eda77683f0f0b1a3679a67d3.tar.gz tk-9d98cada6a48fb20eda77683f0f0b1a3679a67d3.tar.bz2 |
minor doc fixes for html conversioncore_8_5_a1
Diffstat (limited to 'doc/grid.n')
-rw-r--r-- | doc/grid.n | 4 |
1 files changed, 2 insertions, 2 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.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 |