def onClosing(self): if messagebox.askokcancel("Quit","do you want to Quit?"): self.master.destroy() self.master.quit()