Using a window style in a Toplevel window
Eric Brunel
eric.brunel at pragmadev.nospam.com
Thu Dec 9 11:50:36 EST 2010
In article <mailman.346.1291897180.2649.python-list at python.org>,
python at bdurham.com wrote:
> Eric,
>
> Besides style support, what are the advantages of ttk.Frame vs.
> Tkinter.Frame?
I'd say none. They are both just containers for other widgets, support
the same layout managers, and so on. For me, using a ttk.Frame is really
just for getting the correct theme, nothing else...
> Thanks,
> Malcolm
More information about the Python-list
mailing list