2012/11/15 Peter Otten <__pete...@web.de>
> Matheus Soares da Silva wrote:
>
> > Hello, I would like to be able to get information from a Tkinter canvas
> > object. (color, width, tags, root points, etc),
> >
> > I wrote the following function that, with a ca
Hello, I would like to be able to get information from a Tkinter canvas
object. (color, width, tags, root points, etc),
I wrote the following function that, with a canvas bind, returns me the
widget that has been clicked on, the widget is returned as a tuple by the
find_overlapping method.
# det