Project homepage:
http://tktreectrl.sourceforge.net/
ChangeLog:
http://tktreectrl.sourceforge.net/What%27s%20New%20in%20TkTreeCtrl.html
Source and Win32 binary downloads:
http://sourceforge.net/project/showfiles.php?group_id=69413
Build Changes
* When building with configure on Windows the --enable-shellicon
option will run configure in the shellicon/ subdirectory.
* 'make dist' will create the source distribution
tktreectrl-VERSION.tar.gz.
* 'make dist-win' will create the Windows binary distribution
tktreectrl-VERSION-win32.zip.
Bug Fixes
* Fixed flickering when redrawing the borders with "-doublebuffer
window" when the widget was resized or parts of it were exposed.
* Fixed undefined reference to vsnprintf when building with the MS
compiler under Windows; it should be _vsnprintf.
* Fixed a symbol conflict with Python 2.5 on ELF-based systems which
also defines a symbol "Ellipsis".
-- Tim Baker