Tkinter select more than one
Bruce Hartweg
hartweg at home.com
Fri May 4 22:16:13 EDT 2001
Nickson Fong wrote:
> can someone tell me how i can select more than on canvas object at once
> and move it with the mouse.
>
> fing_withtag() - allows only one item?
I don't know Tkintr, bu the normal tk canvas allows you to manipulate mutiple
object by using tags i.e. create bunch of object, give them all the same tag
e.g. GROUP then use that tag in the canvas commands.
Bruce
More information about the Python-list
mailing list