summaryrefslogtreecommitdiffstats
path: root/demos/layout.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/layout.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/layout.tcl')
-rw-r--r--demos/layout.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/layout.tcl b/demos/layout.tcl
index 8d0ba0c..d6628c4 100644
--- a/demos/layout.tcl
+++ b/demos/layout.tcl
@@ -1,4 +1,4 @@
-# RCS: @(#) $Id: layout.tcl,v 1.10 2005/07/11 01:59:07 treectrl Exp $
+# RCS: @(#) $Id: layout.tcl,v 1.11 2006/10/04 04:08:25 treectrl Exp $
#
# Demo: Layout
@@ -18,7 +18,7 @@ proc DemoLayout {} {
# Create columns
#
- $T column create -text Layout -tag C0
+ $T column create -text Layout -tags C0
$T configure -treecolumn C0
#