[issue21665] 2.7.7 ttk widgets not themed

Les Bothwell report at bugs.python.org
Thu Jun 5 09:57:07 CEST 2014


Les Bothwell added the comment:

Here's an even simpler example (from book: Modern Tkinter for busy python programmers).

from Tkinter import *
import ttk
root = Tk()
ttk.Button(root, text="Hello World!").grid()
root.mainloop()

I have screenshots of both progs for 2.7.6 and 2.7.7 if interested.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21665>
_______________________________________


More information about the Python-bugs-list mailing list