how to get id of a line from his coordonée in tkinter python?

2013-03-09 Thread olsr . kamal
how to get id of a line from his coordonée in tkinter python? -- http://mail.python.org/mailman/listinfo/python-list

Re: how to get id of a line from his coordonée in tkinter python?

2013-03-09 Thread Rick Johnson
On Saturday, March 9, 2013 4:46:40 PM UTC-6, olsr@gmail.com wrote: how to get id of a line from his coordonée in tkinter python? Each time you create a canvas item, be it a rectangle, line, circle, or whatever..., the id of that object is returned as an integer. All you have to do is save