summaryrefslogtreecommitdiffstats
path: root/doc/treectrl.man
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-05-17 01:31:16 (GMT)
committertreectrl <treectrl>2005-05-17 01:31:16 (GMT)
commitbfe0ad06d53674b48116107fdfe2175ba1514242 (patch)
treeb289baf5554c12bab5b6bb9146a8cf352e11c215 /doc/treectrl.man
parent6501cddd7fec5b2a3a6fd7c83b4dc76048835fc1 (diff)
downloadtktreectrl-bfe0ad06d53674b48116107fdfe2175ba1514242.zip
tktreectrl-bfe0ad06d53674b48116107fdfe2175ba1514242.tar.gz
tktreectrl-bfe0ad06d53674b48116107fdfe2175ba1514242.tar.bz2
New column description "tree".
New text element option "-textvariable".
Diffstat (limited to 'doc/treectrl.man')
-rw-r--r--doc/treectrl.man12
1 files changed, 10 insertions, 2 deletions
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.