[Tkinter-discuss] ANN: Ttk wrapper 0.3

Guilherme Polo ggpolo at gmail.com
Wed Jan 28 03:23:57 CET 2009


Hello,

pyttk 0.3 has just been released! It is available at
http://pypi.python.org/pypi/pyttk/0.3
This release was supposed to have happened several weeks ago but I
ended up delaying it a lot, but well, finally it is here.

This one includes bug fixes, backward incompatible changes,
improvements and what not. Nothing really radical, but the changes are
there. For a full complete list of changes be sure to read
http://gpolo.ath.cx:81/posts/pyttk-03-released/ (if I haven't
forgotten anything).


What is this wrapper for ?
--------------------------------

This wrapper provides classes to allow using the Tk themed widget
set, which has been included in Tk 8.5 but can be used with earlier
versions if you have Tile installed. Ttk is based on a revised and
enhanced version of TIP #48 (http://tip.tcl.tk/48) specified style
engine.

What is Ttk ?
----------------

 The basic idea of ttk is to separate, to the extent possible, the code
implementing a widget's behavior from the code implementing its
appearance.
 Widget class bindings are primarily responsible for maintaining the
widget state and invoking callbacks, all aspects of the widgets
appearance lies at Themes.

More informations
-----------------------

http://gpolo.ath.cx:81/projects/pyttk/
http://gpolo.ath.cx:81/posts/pyttk-03-released/


Thanks everyone who have been using and supporting the module,

-- 
-- Guilherme H. Polo Goncalves


More information about the Tkinter-discuss mailing list