Today after more than two years finally an updated version of the 
TkinterTreectrl wrapper module has been released.

The TkinterTreectrl package wraps the treectrl tk extension 
(http://tktreectrl.sourceforge.net) for use with Python/Tkinter. The treectrl 
widget allows to create fancy things like sortable multi column listboxes and 
hierarchical tree views.
The TkinterTreectrl package also contains a ready to use multi-column listbox 
widget and scrolled Treectrl and multi-column listboxes plus a generic scrolled 
widget class that makes it easy to add one or two static or automatic 
scrollbars to any Listbox-alike Tkinter widget.

This new release brings a couple of major improvements:

* Python-3 compatibility!
The same module code now works with Python2 and Python3 (tested on debian 
squeeze with Python-2.6.6 and Python-3.1.3).
    
* Themed scrolled widgets
The ScrolledWidget class now automagically uses themed widgets if ttk is 
present. In order to keep backwards compatibility intact, ttk-incompatible 
configuration options that are passed to the scrolled widget's subwidgets, as 
"bd" or "troughcolor" will be silently ignored if ttk widgets are in use.

* New methods and options
The Treectrl widget now includes the new methods up to treectrl version 2.3.2 .

For more details please look at the project page:
http://tkintertreectrl.sourceforge.net/
The download is available at:
https://sourceforge.net/projects/tkintertreectrl/files/

Regards

Michael
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to