Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #759

TkinterTreectrl-2.0 released

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <news@google.com>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.03; 'ignored': 0.05; 'python3': 0.05; 'column': 0.07; 'subject:released': 0.07; 'tkinter': 0.07; 'wrapper': 0.07; 'backwards': 0.09; 'hierarchical': 0.09; 'url:net)': 0.09; 'wraps': 0.09; 'extension': 0.13; 'static': 0.13; 'fancy': 0.16; 'from:addr:klappnase': 0.16; 'from:name:klappnase': 0.16; 'listbox': 0.16; 'listboxes': 0.16; 'multi-column': 0.16; 'released.': 0.16; 'sortable': 0.16; 'treectrl': 0.16; 'url:tkintertreectrl': 0.16; 'url:tktreectrl': 0.16; 'widget': 0.17; 'module': 0.19; 'allows': 0.25; 'header:User-Agent:1': 0.26; 'tree': 0.27; 'options': 0.27; 'class': 0.29; 'at:': 0.31; 'code': 0.31; 'version': 0.34; 'received:google.com': 0.34; 'project': 0.34; 'updated': 0.34; 'generic': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'add': 0.36; 'michael': 0.36; 'two': 0.37; 'uses': 0.37; 'passed': 0.37; 'received:209': 0.37; 'things': 0.38; 'release': 0.39; 'skip:" 10': 0.40; 'subject:-': 0.40; 'easy': 0.60; 'details': 0.63; 'more': 0.63; 'multi': 0.65; 'subject:skip:T 10': 0.65; 'finally': 0.66; 'today': 0.67; 'to:addr:comp-lang-python-announce': 0.70; 'present.': 0.71; 'received:130': 0.75; 'to:addr:moderators.isc.org': 0.79; 'received:130.133': 0.82; 'received:130.133.4': 0.82; 'received:130.133.4.7': 0.82; 'received:individual.net': 0.82; 'received:moderators.individual.net': 0.82; 'themed': 0.91
Newsgroups comp.lang.python.announce
Date Wed, 21 Nov 2012 04:08:30 -0800 (PST)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=84.156.230.108; posting-account=drc5hAkAAADGNMOwcJDf7e9PhJ0oQw2a
User-Agent G2/1.0
MIME-Version 1.0
Subject TkinterTreectrl-2.0 released
From klappnase <klappnase@web.de>
Injection-Date Wed, 21 Nov 2012 12:08:31 +0000
To comp-lang-python-announce@moderators.isc.org
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Mailman-Approved-At Wed, 21 Nov 2012 15:03:38 +0100
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.154.1353506619.29569.python-announce-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1353506619 news.xs4all.nl 6936 [2001:888:2000:d::a6]:41536
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:759

Show key headers only | View raw


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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

TkinterTreectrl-2.0 released klappnase <klappnase@web.de> - 2012-11-21 04:08 -0800

csiph-web