[Tutor] Configuration File, Tkinter, IntVars--Manufacturing Variables

Alan Gauld alan.gauld at btinternet.com
Wed Mar 4 00:21:53 CET 2009


> destroy() took care of it, but I wonder what advantage there was to 
> Quit()?

destroy destroys the widget, quit exits the main loop.

destroying the top level widget usually causes the mainloop; to die 
too
so the end result is the same (provided you have no non-modal dialogs
open?).

HTH,

Alan G. 




More information about the Tutor mailing list