[ANN] Tree widget for Tkinter

Lamy Jean-Baptiste jiba at tuxfamily.org
Thu Jun 20 15:18:26 EDT 2002


TreeWidget 0.2

http://oomadness.tuxfamily.org/p-treewidget.php

This is a tree widget for Tkinter, in pure-Python.

It is inspired on Guido's IDE tree widget, but adds some features :
 - highly optimized (supports more than 10000 nodes !)
 - asynchronous rendering
 - Linux-friendly look-and-feel (and PGM icons instead of gif)
 - inheritance-based interface (inherit the Node class)
 - ...

The same package also provides a scrollpane, that can be used to add
scrollbars for a Tkinter Frame.

For documentation, look at the doc strings and the 2 demo scripts !

TreeWidget is Free Software and is available under the GNU GPL.

Enjoy the tree !

Jiba -- Jean-Baptiste LAMY -- jiba at tuxfamily.org
                              http://oomadness.tuxfamily.org





More information about the Python-list mailing list