Hello,

Today the ttk wrapper 0.2.5 has been released and is available at
http://pypi.python.org/pypi/pyttk/0.2.5. The major highlight is that
it finally includes a test suite, and while writing the tests, several
bugs have been found and corrected.

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/ttk_to_tkinter


Regards,

-- 
-- Guilherme H. Polo Goncalves
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to