def on_closing(self): if (self.f_saved==False): if tkMessageBox.askokcancel("Quit", "Sampled data not saved. Do you wanto to quit?"): root.destroy() else: root.destroy()