Variants of TixHList
TixTree: general purpose collapsible tree.
tixTree .h -options {
hlist.separator /
hlist.drawBranch 1
hlist.indent 20
}
set hlist [.h subwidget hlist]
foreach dir {/ /dev /usr /usr/local /var} {
$hlist add $dir -itemtype imagetext \
-image $folder -text $dir
}
.h autosetmode