[Python-Dev] Re: Getting mouse position interms of canvas unit.
Terry Reedy
tjreedy@udel.edu
Mon, 28 Apr 2003 13:22:32 -0400
"perl lover" <hemanexp@yahoo.com> wrote in message
news:20030428144041.1817.qmail@web41709.mail.yahoo.com...
> hi,
> iam new to python and tkinter.
Hi. This is the Python *developers* list. The following is a Python
*usage* question rather than a Python *development* question. Please
submit such to comp.lang.python or the regular Python mailing list
(see www.python.org).
>How can i get mouse position values in terms of canvas unit?
If nothing else, figure out the ratio between pixel and canvas (mm)
units and multiply.
Terry J. Reedy