[Tkinter-discuss] ANN: Ttk wrapper 0.2.6

Guilherme Polo ggpolo at gmail.com
Sun Sep 7 14:58:15 CEST 2008


Hi,

Another pyttk release today, it is at 0.2.6 now, and it is available at
http://pypi.python.org/pypi/pyttk/0.2.6.
This release fixes issue 4
(http://code.google.com/p/python-ttk/issues/detail?id=4&can=1):
"Combobox values fails"
And it also includes documentation, before you would need to visit my
site to read it.

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


More information about the Tkinter-discuss mailing list