cpython/Lib/lib-tk
Guido van Rossum 00236f38da [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388)
http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110677

Canvas.CanvasItem & Canvas.Group:
- bind lacks an optional "add" param
- unbind lacks an optional "funcid" param
- tkraise/lower should call self.canvas.tag_XXXX

(markus.oberhumer@jk.uni-linz.ac.at)

Note: I'm *not* fixing "bbox() return value is inconsistent with
Canvas.bbox()" -- it might break existing code.
2000-10-06 00:38:51 +00:00
..
Canvas.py [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) 2000-10-06 00:38:51 +00:00
Dialog.py keyword parameter changes 1995-08-04 03:49:39 +00:00
FileDialog.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
FixTk.py Work the Tcl version number in the path we search for. 2000-04-04 23:32:21 +00:00
ScrolledText.py Peter Haight discovered that this code uses a mutable default for cnf 1999-09-20 00:39:47 +00:00
SimpleDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
Tkconstants.py -- added a couple of missing Tkinter constants (canvas item styles, 2000-08-09 19:37:16 +00:00
Tkdnd.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
Tkinter.py Removed some debugging prints: When running user configuration code 2000-09-15 04:41:22 +00:00
tkColorChooser.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
tkCommonDialog.py When no master widget is specified, use options['parent'] if it exists. 1998-10-12 20:40:47 +00:00
tkFileDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
tkFont.py Fredrik Lundh's font wrapper. 1998-08-11 19:07:58 +00:00
tkMessageBox.py New dialog routines (Fred Lundh) 1997-07-19 20:02:36 +00:00
tkSimpleDialog.py Moshe Zadka: 2000-02-24 15:01:43 +00:00
turtle.py Don't rename Tkinter to Tk; closes bug 115714 2000-10-01 17:52:01 +00:00