Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #759 > unrolled thread
| Started by | klappnase <klappnase@web.de> |
|---|---|
| First post | 2012-11-21 04:08 -0800 |
| Last post | 2012-11-21 04:08 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
TkinterTreectrl-2.0 released klappnase <klappnase@web.de> - 2012-11-21 04:08 -0800
| From | klappnase <klappnase@web.de> |
|---|---|
| Date | 2012-11-21 04:08 -0800 |
| Subject | TkinterTreectrl-2.0 released |
| Message-ID | <mailman.154.1353506619.29569.python-announce-list@python.org> |
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
Back to top | Article view | comp.lang.python.announce
csiph-web