![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: accessing tree nodes
From: Torsten Reincke <reincke@typoscriptics.de>
Date: Thu Sep 29 2005 - 15:37:56 CEST
anil.pundoor@gmail.com wrote:
You need to specify the "-selectcommand" for the BWidget tree likr for
Tree .t -selectcommand ShowItem
The path to the tree and the node name will be automatically appended
proc ShowItem {tree node} {
I hope, that helps!
Torsten
|