Canvas.items
Salim Zayat
zayats at red.seas.upenn.edu
Tue Jun 4 11:32:11 EDT 2002
More information about the Python-list mailing list
Tue Jun 4 11:32:11 EDT 2002
- Previous message (by thread): Cookie question
- Next message (by thread): Python command line?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey there. I noticed that the Canvas widget, depending on which version of Python or Tkinter you are using, may/may not have the Canvas.items attribute. Is there another way to reference the actual CanvasItem if you had the id of the tag? For example, if I had a CanvasText item with the id 21, I want to do something like : item = canvas.items[21] Thanks! Salim
- Previous message (by thread): Cookie question
- Next message (by thread): Python command line?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list