Implicit initialization is EVIL!

rantingrick rantingrick at gmail.com
Mon Jul 4 11:29:31 EDT 2011


On Jul 4, 3:44 am, Chris Angelico <ros... at gmail.com> wrote:

> I don't know Tkinter, but from the look of the example code, he's
> creating a Label that's not attached to a window, and then packing it
> into nothing. The toolkit kindly creates him a window. Is that the
> "root GUI window" that he means? A basic top-level window?

Yes. But to be specific the "root" is an instance of Tkinter.Tk which
is a toplevel that has a TCL interpreter attached.



More information about the Python-list mailing list