0
votes
Close an easygui Python script with the standard ‘close’ button
I don't know right now, but have you tried something like this?:
root.protocol('WM_DELETE_WINDOW', self.quit)
or
root.protocol('WM_DELETE_WINDOW' …
