In article <[email protected]>, [email protected] 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 -- http://mail.python.org/mailman/listinfo/python-list
