diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-29 07:52:08 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-29 07:52:08 (GMT) |
commit | 4e2e935e0954ed0e8e9aca37d4a87b781d8e1d76 (patch) | |
tree | dffa7d24ba168ad2a462628261ecefe43895e621 | |
parent | aecbd0cac2bab5a52afad3f9873758fdfe871e8f (diff) | |
download | tk-4e2e935e0954ed0e8e9aca37d4a87b781d8e1d76.zip tk-4e2e935e0954ed0e8e9aca37d4a87b781d8e1d76.tar.gz tk-4e2e935e0954ed0e8e9aca37d4a87b781d8e1d76.tar.bz2 |
Minor format fix
-rw-r--r-- | doc/grid.n | 6 |
1 files changed, 3 insertions, 3 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.5.4.2 2004/10/29 07:51:04 dkf Exp $ +'\" RCS: @(#) $Id: grid.n,v 1.5.4.3 2004/10/29 07:52:08 dkf Exp $ '\" .so man.macros .TH grid n 8.4 Tk "Tk Built-In Commands" @@ -386,8 +386,8 @@ scrollbar .t.h \-orient horizontal \-command {.t.txt xview} \fBgrid\fR .t.txt .t.v \-sticky nsew \fBgrid\fR .t.h \-sticky nsew # Tell the text widget to take all the extra room -\fBgrid rowconfigure\fR .t 0 -weight 1 -\fBgrid columnconfigure\fR .t 0 -weight 1 +\fBgrid rowconfigure\fR .t 0 \-weight 1 +\fBgrid columnconfigure\fR .t 0 \-weight 1 .CE .PP Three widgets of equal width, despite their different "natural" widths: |