0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib/lib-tk
Guido van Rossum e61e98d2ae 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.)
1999-08-20 18:26:06 +00:00
..
Canvas.py
Dialog.py
FileDialog.py
FixTk.py This hopefully fixes the problem of having to set PATH 1999-01-04 18:06:45 +00:00
ScrolledText.py
SimpleDialog.py
tkColorChooser.py
tkCommonDialog.py
Tkconstants.py
Tkdnd.py
tkFileDialog.py
tkFont.py
Tkinter.py Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk 1999-08-20 18:26:06 +00:00
tkMessageBox.py
tkSimpleDialog.py Break some cycles when the widget is destroyed. 1999-06-25 15:53:54 +00:00
turtle.py