summaryrefslogtreecommitdiffstats
path: root/doc/grid.n
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2001-08-18 20:03:16 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2001-08-18 20:03:16 (GMT)
commit7f3008ca65c1e1b6e1b5079bd1eb28794c9e02fb (patch)
tree08d8c782e9942c3828ce6daa40ba7de28cc34139 /doc/grid.n
parentdecd44ff326c34186124c351c78af7dbb0bfd925 (diff)
downloadtk-7f3008ca65c1e1b6e1b5079bd1eb28794c9e02fb.zip
tk-7f3008ca65c1e1b6e1b5079bd1eb28794c9e02fb.tar.gz
tk-7f3008ca65c1e1b6e1b5079bd1eb28794c9e02fb.tar.bz2
Grid configure rejected initial "x" and "^". [Bug #418664]
Diffstat (limited to 'doc/grid.n')
-rw-r--r--doc/grid.n15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 809ce50..f5f75d8 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.3 2001/02/12 18:06:47 drh Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.4 2001/08/18 20:03:16 pspjuth Exp $
'\"
.so man.macros
.TH grid n 4.1 Tk "Tk Built-In Commands"
@@ -25,9 +25,11 @@ The \fBgrid\fR command can have any of several forms, depending
on the \fIoption\fR argument:
.TP
\fBgrid \fIslave \fR?\fIslave ...\fR? ?\fIoptions\fR?
-If the first argument to \fBgrid\fR is a window name (any value
-starting with ``.''), then the command is processed in the same
-way as \fBgrid configure\fR.
+If the first argument to \fBgrid\fR is suitable as the first slave
+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
\fBgrid bbox \fImaster\fR ?\fIcolumn row\fR? ?\fIcolumn2 row2\fR?
With no arguments,
@@ -249,14 +251,15 @@ default values are chosen for
at the time the \fIslave\fP is managed. The values are chosen
based upon the current layout of the grid, the position of the \fIslave\fP
relative to other \fIslave\fPs in the same grid command, and the presence
-of the characters \fB\-\fP, \fB^\fP, and \fB^\fP in \fBgrid\fP
+of the characters \fB\-\fP, \fBx\fP, and \fB^\fP in \fBgrid\fP
command where \fIslave\fP names are normally expected.
.RS
.TP
\fB\-\fP
This increases the columnspan of the \fIslave\fP to the left. Several
\fB\-\fP's in a row will successively increase the columnspan. A \fB\-\fP
-may not follow a \fB^\fP or a \fBx\fP.
+may not follow a \fB^\fP or a \fBx\fP, nor may it be the first \fIslave\fP
+argument to \fBgrid configure\fR.
.TP
\fBx\fP
This leaves an empty column between the \fIslave\fP on the left and