Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't define has_key(). | Guido van Rossum | 2006-08-21 | 1 | -2/+0 |
| | |||||
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -10/+10 |
| | |||||
* | SF patch 672098: Three __contains__ implementations | Raymond Hettinger | 2003-01-30 | 1 | -0/+2 |
| | | | | Contributed by Jp Calderone. | ||||
* | The lower() and tkraise() methods were calling the Canvas widget | Guido van Rossum | 2001-04-10 | 1 | -2/+2 |
| | | | | | | wrongly. Fixed this. This closes SF bug #412682. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -158/+158 |
| | |||||
* | [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) | Guido van Rossum | 2000-10-06 | 1 | -12/+15 |
| | | | | | | | | | | | | | | 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. | ||||
* | From: Nicolas CHAUVAT <nico@caesium.fr> | Guido van Rossum | 1998-07-16 | 1 | -1/+1 |
| | | | | | | | | | | In the bbox method of Group (Canvas.py file), you should read return self.canvas._getints(self._do('bbox')) instead of return self._getints(self._do('bbox')) | ||||
* | Give in to the tab police. | Guido van Rossum | 1998-03-20 | 1 | -18/+18 |
| | |||||
* | Fix bogus implementation of Group.bind(). | Guido van Rossum | 1996-12-27 | 1 | -2/+6 |
| | | | | Added unbind() to CanvasItem and Group classes. | ||||
* | (Canvas.py): Added definition of CanvasItem.cget() as suggested by | Fred Drake | 1996-09-26 | 1 | -0/+1 |
| | | | | Nils Fischbeck. | ||||
* | Bug fixes in index&icursor suggested by Nils Fischbeck. | Guido van Rossum | 1996-09-11 | 1 | -5/+5 |
| | |||||
* | Change to allow keyword args for Group, | Guido van Rossum | 1996-09-06 | 1 | -5/+6 |
| | | | | suggested by Nils Fischbeck, adapted by Fred | ||||
* | Changes for Canvas by Fred | Guido van Rossum | 1996-08-22 | 1 | -29/+19 |
| | |||||
* | Need to import * from types | Guido van Rossum | 1996-08-08 | 1 | -2/+1 |
| | |||||
* | fix canvas bind commands | Guido van Rossum | 1996-07-21 | 1 | -1/+1 |
| | |||||
* | made it work again with changed Tkinter | Guido van Rossum | 1996-05-28 | 1 | -5/+19 |
| | |||||
* | add keyword args to CanvasItem class __init__ | Guido van Rossum | 1996-01-26 | 1 | -3/+3 |
| | |||||
* | Lots of new stuff | Guido van Rossum | 1994-06-28 | 1 | -42/+102 |
| | |||||
* | Reformatted using 8-space wide tabs | Guido van Rossum | 1994-06-20 | 1 | -17/+18 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 1 | -0/+115 |