Future Python Gui?

bcwhite at pobox.com bcwhite at pobox.com
Thu Apr 19 13:46:04 EDT 2007


> 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




More information about the Python-list mailing list