Re: tkinter: on_cancel() method [RESOLVED]

2019-06-18 Thread Rich Shepard
On Tue, 18 Jun 2019, Rich Shepard wrote: I have frames for data entry and modification. Each has two buttons: Save and Cancel. Is there a standard tkinter on_cancel() method responding to a user clicking on the Cancel button? Found the solution: self.destroy() Rich -- https://mail.python.org

tkinter: on_cancel() method

2019-06-18 Thread Rich Shepard
I have frames for data entry and modification. Each has two buttons: Save and Cancel. Is there a standard tkinter on_cancel() method responding to a user clicking on the Cancel button? My web searches find suggestions for 'after' responses, but no specific code to close the dialog b