> It shouldn't change at all. I use Frame for Tkinter frames and
> Tile.Frame for Tile frames, since a lot of the widgets have the same
> names. Here's a sample:
>
> from Tkinter import *
> import Tile

Thanks for all the info.

I'm a little confused about using both Tkinter and Tile at the same
time.  Do the calls to Tkinter now get themed?

What is the benefit of calling similar widgets for both modules within
the same code?  Why wouldn't I call everything via Tile?  (i.e. "from
Tile import *" and not import Tkinter at all)

Thanks!

-- Brian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to