cpython/Lib/lib-tk
Guido van Rossum fd2ede2aa8 Add the bulk of SF patch 595111 by Attila Babo.
This adds new methods heading(), setheading(), position(),
window_width(), window_height(), setx(), and sety(), to make this more
functionality-compatible with Logo turtle graphics (Attila's last
words, not mine :-).  I had to fix the sety() code which was broken in
Attila's patch.

I'm not adopting the functionality change that Attila claimed was a
bugfix (no output without tracing), because I disagree that it's a
bug.
2002-09-23 16:55:05 +00:00
..
Canvas.py
Dialog.py
FileDialog.py
FixTk.py Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. 2002-02-24 16:51:45 +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 Patch #484994: Improve PanedWindow. 2002-09-19 08:12:55 +00:00
Tkconstants.py
Tkdnd.py
Tkinter.py SF patch #581396, Canvas "select_item" always returns None 2002-07-23 02:52:58 +00:00
tkColorChooser.py
tkCommonDialog.py Patch #515598: removed unused import of os. 2002-02-16 23:16:53 +00:00
tkFileDialog.py Patch #539392: Invoke setlocale, try opening the file in demo mode. 2002-04-08 14:51:31 +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 Add the bulk of SF patch 595111 by Attila Babo. 2002-09-23 16:55:05 +00:00