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 _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss