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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to