Simple Tkinter question
David Lees
deblNoNospammy at theworld.com
Tue Mar 6 01:25:02 EST 2001
As I understand it, .quit simply exits the main loop, but leaves all
widgets and everything else you have created, while .destroy removes the
widgets you have created from the namespace.
david lees
Mike Callahan wrote:
>
> I know this is probably a stupid question but after reading the Tkinter
> documentation I am still confused between root.quit() and root.destroy().
> What are the differences between these two methods? Thanks.
>
> Mike Callahan
More information about the Python-list
mailing list