
This directory contains some demo scripts for the tree widget.  Since
I didn't get around to writing help files yet, here is a short
description:


simple
------       

- a simple demonstration program for the [incr Tcl] Tree widget class


dragdroptree 
------------
 
- demonstrates how to move nodes around in the tree with (BLT) drag&drop.
Use the right mouse button to unhook nodes from the tree and move them
to other positions, or move leaves from the listbox to other nodes in
the tree.  A dummy directory hierarchy is used as the basis for the
tree.


dirtree 
--------

- This is an older demo that is based only on the C++ tree widget and
doesn't use [incr Tcl].  It demonstrates how you can have windows as
(parts of) tree nodes. Double-click on a node to open or close the
sub-tree.  Directories in bold font have other subdirs that can be
viewed.
