summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/treectrl.html16
-rw-r--r--doc/treectrl.man12
-rw-r--r--doc/treectrl.n12
3 files changed, 33 insertions, 7 deletions
diff --git a/doc/treectrl.html b/doc/treectrl.html
index 8a3d4c0..e685b56 100644
--- a/doc/treectrl.html
+++ b/doc/treectrl.html
@@ -1,10 +1,10 @@
-<! -- Copyright (c) 2002-2003 Christian Krone. -- -- See the file &quot;license.terms&quot; for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. -- -- $Id: treectrl.html,v 1.14 2005/05/14 22:18:58 treectrl Exp $
+<! -- Copyright (c) 2002-2003 Christian Krone. -- -- See the file &quot;license.terms&quot; for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. -- -- $Id: treectrl.html,v 1.15 2005/05/17 01:31:16 treectrl Exp $
--><html><head>
<title>treectrl - Tk Commands </title>
</head>
<! -- Generated from file 'doc/treectrl.man' by tcllib/doctools with format 'html'
-->
-<! -- CVS: $Id: treectrl.html,v 1.14 2005/05/14 22:18:58 treectrl Exp $ treectrl.n
+<! -- CVS: $Id: treectrl.html,v 1.15 2005/05/17 01:31:16 treectrl Exp $ treectrl.n
-->
<body>
@@ -2559,6 +2559,10 @@ Indicates the <i class='arg'>n</i>th column in the list of columns as returned b
<br><br>
<dt><strong>tail</strong><dd>
Indicates the ever-present tail column of the treectrl.
+
+<br><br>
+<dt><strong>tree</strong><dd>
+Indicates the column specified by the -treecolumn option of the treectrl.
</dl>
<p>
@@ -2887,13 +2891,19 @@ an ellipsis.
<br><br>
<dt><strong><strong>-text</strong></strong> <i class='arg'>string</i><dd>
-<i class='arg'>String</i> specifies the characters to be displayed in the text.
+<i class='arg'>String</i> specifies the characters to be displayed by the element.
Non printable characters are displayed in their escaped form
(e.g. a new line character is displayed as the two characters <strong>\n</strong>).
If this option is specified, any values of <strong>-data</strong>, <strong>-datatype</strong>,
and <strong>-format</strong> are ignored.
<br><br>
+<dt><strong><strong>-textvariable</strong></strong> <i class='arg'>varName</i><dd>
+Specifies the name of a variable. The value of the variable is a text string
+to be displayed by the element; if the variable value changes then the element
+will automatically update itself to reflect the new value.
+
+<br><br>
<dt><strong><strong>-width</strong></strong> <i class='arg'>size</i><dd>
Specifies the width of the area of the text.
diff --git a/doc/treectrl.man b/doc/treectrl.man
index 24d0245..624ac5e 100644
--- a/doc/treectrl.man
+++ b/doc/treectrl.man
@@ -3,7 +3,7 @@
See the file "license.terms" for information on usage and redistribution
of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- $Id: treectrl.man,v 1.15 2005/05/14 22:18:58 treectrl Exp $}
+ $Id: treectrl.man,v 1.16 2005/05/17 01:31:17 treectrl Exp $}
][manpage_begin treectrl n 2.0]
[moddesc {Tk Commands}]
[titledesc {Create and manipulate hierarchical multicolumn widgets}]
@@ -1985,6 +1985,9 @@ Indicates the [arg n]th column in the list of columns as returned by the
[lst_item [const tail]]
Indicates the ever-present tail column of the treectrl.
+
+[lst_item [const tree]]
+Indicates the column specified by the -treecolumn option of the treectrl.
[list_end]
[para]
@@ -2278,12 +2281,17 @@ configured width, it will be truncated at the right end and filled up with
an ellipsis.
[opt_def [option -text] [arg string]]
-[arg String] specifies the characters to be displayed in the text.
+[arg String] specifies the characters to be displayed by the element.
Non printable characters are displayed in their escaped form
(e.g. a new line character is displayed as the two characters [const \\n]).
If this option is specified, any values of [option -data], [option -datatype],
and [option -format] are ignored.
+[opt_def [option -textvariable] [arg varName]]
+Specifies the name of a variable. The value of the variable is a text string
+to be displayed by the element; if the variable value changes then the element
+will automatically update itself to reflect the new value.
+
[opt_def [option -width] [arg size]]
Specifies the width of the area of the text.
diff --git a/doc/treectrl.n b/doc/treectrl.n
index d35f406..073c9f8 100644
--- a/doc/treectrl.n
+++ b/doc/treectrl.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" $Id: treectrl.n,v 1.31 2005/05/14 22:18:58 treectrl Exp $
+'\" $Id: treectrl.n,v 1.32 2005/05/17 01:31:17 treectrl Exp $
.so man.macros
.TH "treectrl" n 2.0 "Tk Commands"
.BS
@@ -2397,6 +2397,9 @@ Indicates the \fIn\fRth column in the list of columns as returned by the
.TP
\fBtail\fR
Indicates the ever-present tail column of the treectrl.
+.TP
+\fBtree\fR
+Indicates the column specified by the -treecolumn option of the treectrl.
.PP
The initial part of the column description (matching any of the values above)
may be followed by one or more \fImodifier\fRs.
@@ -2660,12 +2663,17 @@ configured width, it will be truncated at the right end and filled up with
an ellipsis.
.TP
\fB\fB-text\fR\fR \fIstring\fR
-\fIString\fR specifies the characters to be displayed in the text.
+\fIString\fR specifies the characters to be displayed by the element.
Non printable characters are displayed in their escaped form
(e.g. a new line character is displayed as the two characters \fB\\n\fR).
If this option is specified, any values of \fB-data\fR, \fB-datatype\fR,
and \fB-format\fR are ignored.
.TP
+\fB\fB-textvariable\fR\fR \fIvarName\fR
+Specifies the name of a variable. The value of the variable is a text string
+to be displayed by the element; if the variable value changes then the element
+will automatically update itself to reflect the new value.
+.TP
\fB\fB-width\fR\fR \fIsize\fR
Specifies the width of the area of the text.
.TP