This is an unofficial mirror of Tkinter reference documentation (based on Python 2.7 and Tk 8.5) created by the late John Shipman.
It was last updated in 2013 and is unmaintained. [More info]
A tagOrId
argument specifies
one or more objects on the canvas.
If a tagOrId
argument is an integer,
it is treated as an object ID, and it applies only to
the unique object with that ID. See Section 8.3, “Canvas
object IDs”.
If such an argument is a string, it is interpreted as
a tag, and selects all the objects that have that tag
(if there are any). See Section 8.4, “Canvas
tags”.