This is a port of the Tix widget "TixTree" to Perl/Tk.
Tree is now part of the Tk core code. This is a patch off of Tk800.0_02.
I haven't tested it, but it will probably work with Tk402 as well.
Please note that a Tree is not Scrolled like in Tix. If you want it
scrolled use $w->Scrolled( qw/Tree .../ ) or $w->ScrlTree( qw/.../ )
This release includes:
Tree.pm The Tree class.
DirTree.pm The DirTree class.
perl-tix-tree Perl version of Tix4.1.0/demos/samples/Tree.tcl
perl-tix-dyntree Perl version of Tix4.1.0/demos/samples/DynTree.tcl
perl-tix-dirtree Perl version of Tix4.1.0/demos/samples/DirTree.tcl
adjuster An example with an adjustable window.
HList.patch Required patch for HList.pm
HList.pm.patched Already patched version of HList.pm 2.013
HList.patch
===========
This is a patch for the HList.pm. It is installed automatically if
needed.