summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Canvas.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-10/+10
|
* SF patch 672098: Three __contains__ implementationsRaymond Hettinger2003-01-301-0/+2
| | | | Contributed by Jp Calderone.
* The lower() and tkraise() methods were calling the Canvas widgetGuido van Rossum2001-04-101-2/+2
| | | | | | wrongly. Fixed this. This closes SF bug #412682.
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-158/+158
|
* [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388)Guido van Rossum2000-10-061-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 Rossum1998-07-161-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 Rossum1998-03-201-18/+18
|
* Fix bogus implementation of Group.bind().Guido van Rossum1996-12-271-2/+6
| | | | Added unbind() to CanvasItem and Group classes.
* (Canvas.py): Added definition of CanvasItem.cget() as suggested byFred Drake1996-09-261-0/+1
| | | | Nils Fischbeck.
* Bug fixes in index&icursor suggested by Nils Fischbeck.Guido van Rossum1996-09-111-5/+5
|
* Change to allow keyword args for Group,Guido van Rossum1996-09-061-5/+6
| | | | suggested by Nils Fischbeck, adapted by Fred
* Changes for Canvas by FredGuido van Rossum1996-08-221-29/+19
|
* Need to import * from typesGuido van Rossum1996-08-081-2/+1
|
* fix canvas bind commandsGuido van Rossum1996-07-211-1/+1
|
* made it work again with changed TkinterGuido van Rossum1996-05-281-5/+19
|
* add keyword args to CanvasItem class __init__Guido van Rossum1996-01-261-3/+3
|
* Lots of new stuffGuido van Rossum1994-06-281-42/+102
|
* Reformatted using 8-space wide tabsGuido van Rossum1994-06-201-17/+18
|
* Initial revisionGuido van Rossum1994-06-201-0/+115