commit | e61e98d2ae345518f68d199f04f982c331beb210 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 20 18:26:06 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 20 18:26:06 1999 +0000 |
tree | 92a09f4550c4e70a9a22636d6c34cdc7ef8958bf | |
parent | 5c9eb21729a4fd0334785c6290c8220e484e508c [diff] |
Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk and Toplevel class constructors. This means that if the window manager closes the window, the Python-side Tkinter data structures will be destroyed correctly. (Most apps do this anyway, and it's recommended practice; I see no reason why making it the default behavior could be bad.)