rantingrick wrote:
You say "root" windows are bad however any parent-child relationship has to BEGIN somewhere.
There's no need for *toplevel* windows to be children of anything, though.
HOWEVER any of the windows ARE in fact instances of Tk.Toplevel[1]. So they ARE all equal because they all have the same methods available to them.
No, they're not -- the root window is special, because if you kill it, the whole application exits. Often that is inconvenient. -- Greg -- http://mail.python.org/mailman/listinfo/python-list