summaryrefslogtreecommitdiffstats
path: root/demos/span.tcl
diff options
context:
space:
mode:
authortreectrl <treectrl>2006-10-04 04:08:25 (GMT)
committertreectrl <treectrl>2006-10-04 04:08:25 (GMT)
commitd55cd8005142ffe55184f4b32c4ef65ce82ae957 (patch)
tree1c94f858f873585bc02982095a8512bb6030071c /demos/span.tcl
parent423236f6282a9bcf4462fb705f98c637933fded6 (diff)
downloadtktreectrl-d55cd8005142ffe55184f4b32c4ef65ce82ae957.zip
tktreectrl-d55cd8005142ffe55184f4b32c4ef65ce82ae957.tar.gz
tktreectrl-d55cd8005142ffe55184f4b32c4ef65ce82ae957.tar.bz2
Column -tag is now -tags (although -tag is still backwards-compatible).
Diffstat (limited to 'demos/span.tcl')
-rw-r--r--demos/span.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/span.tcl b/demos/span.tcl
index fb9cb07..165e546 100644
--- a/demos/span.tcl
+++ b/demos/span.tcl
@@ -1,4 +1,4 @@
-# RCS: @(#) $Id: span.tcl,v 1.1 2006/07/11 00:11:54 treectrl Exp $
+# RCS: @(#) $Id: span.tcl,v 1.2 2006/10/04 04:10:20 treectrl Exp $
#
# Demo: Column span
@@ -22,7 +22,7 @@ proc DemoSpan {} {
#
for {set i 0} {$i < 100} {incr i} {
- $T column create -text "$i" -tag C$i -width 40
+ $T column create -text "$i" -tags C$i -width 40
}
#