[Tutor] Trying out Tkinter with problems

Kent Johnson kent37 at tds.net
Sat Feb 19 14:29:35 CET 2005


Adam Cripps wrote:
> Secondly, when I try to exit the app, the quit button doesn't kill the
> root, window, but just the widgets. How do I reference the root window
> and all, instead of just exiting the widgets?

Try
                         self.quit()
instead of
> 			self.destroy()
> 			self.exit()

Kent



More information about the Tutor mailing list