summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-10-29 07:51:03 (GMT)
committerdkf <dkf@noemail.net>2004-10-29 07:51:03 (GMT)
commit168da0f19d269d1d27c91140aeb77bded14ddca4 (patch)
tree01de4fac2f34ee1293ebd52a03bb388c083ab079 /doc
parente8d80d637617df354b2937409151293aeb2362f8 (diff)
downloadtk-168da0f19d269d1d27c91140aeb77bded14ddca4.zip
tk-168da0f19d269d1d27c91140aeb77bded14ddca4.tar.gz
tk-168da0f19d269d1d27c91140aeb77bded14ddca4.tar.bz2
Whoops, missed removing an 8.5 feature from an example when backporting
FossilOrigin-Name: 216e30480998e6b82805235f5df33f7c09c9ef86
Diffstat (limited to 'doc')
-rw-r--r--doc/grid.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 56a6de8..8041fe1 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.5.4.1 2004/10/28 10:19:29 dkf Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.5.4.2 2004/10/29 07:51:04 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 .t.txt -weight 1
-\fBgrid columnconfigure\fR .t .t.txt -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: