mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
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.) |
||
|---|---|---|
| .. | ||
| Canvas.py | ||
| Dialog.py | ||
| FileDialog.py | ||
| FixTk.py | ||
| ScrolledText.py | ||
| SimpleDialog.py | ||
| tkColorChooser.py | ||
| tkCommonDialog.py | ||
| Tkconstants.py | ||
| Tkdnd.py | ||
| tkFileDialog.py | ||
| tkFont.py | ||
| Tkinter.py | ||
| tkMessageBox.py | ||
| tkSimpleDialog.py | ||
| turtle.py | ||