cpython/Lib/lib-tk
Fred Drake 723293cb49 Make tix_configure() work the same way configure() works for the basic
Tkinter classes.
Adjust a lot of docstrings.
Convert a few type checks to use isinstance() instead of type().
This is part of SF patch #485959.
2001-12-13 04:53:07 +00:00
..
Canvas.py
Dialog.py
FileDialog.py
FixTk.py Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et 2001-10-12 15:34:29 +00:00
ScrolledText.py Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError 2001-12-12 12:47:57 +00:00
SimpleDialog.py
Tix.py Make tix_configure() work the same way configure() works for the basic 2001-12-13 04:53:07 +00:00
Tkconstants.py
Tkdnd.py
Tkinter.py Move grid_location into Misc. Fixes bug #426892. 2001-10-13 09:33:51 +00:00
tkColorChooser.py
tkCommonDialog.py
tkFileDialog.py Merge directory chooser into tkFileDialog. 2001-11-08 17:51:33 +00:00
tkFont.py
tkMessageBox.py
tkSimpleDialog.py Be more careful about accessing attributes of the parent: if Tk has not been 2001-12-06 16:51:41 +00:00
turtle.py