Tkinter Confusion

petercable at gmail.com petercable at gmail.com
Mon Feb 18 03:41:40 EST 2008


Most of the other questions have already been answered, so I'll tackle
this one:

On Feb 17, 8:36 pm, MartinRineh... at gmail.com wrote:

> Google's great, but it has no truth meter. Do I inherit from Frame? Or
> is that a big mistake. (Both positions repeated frequently.)

Inherit from Frame if you want your class to be a packable widget. If
you only intend to pack widgets in a supplied container, no need to
subclass Frame...

Pete



More information about the Python-list mailing list