[Tutor] Newbie struggling with Tkinter/canvas tags

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Mon Jan 31 21:44:41 CET 2005



> Now I've just got to work out how to tag a list of id's...  There
> doesn't seem to be a way to tag a known id, it has to be tagged by
> reference from an id above or below which seems odd!

Hi Glen,

Have you tried the addtag_withtag() method?  It looks like it should be
able to do what you're thinking of.  The documentation here:

    http://tkinter.unpythonic.net/pydoc/Tkinter.Canvas.html

should talk about addtag_withtag().



More information about the Tutor mailing list