On Sun, 30 Mar 2008 15:37:35 +0200
Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Ron Provost wrote:
>
> > Is there any way in tkinter to convert between coordinate systems?
> > Specifically, I'm refering to the canvas. I'm getting x and y's back in
> > mouse events and I would like to convert th
Ron Provost wrote:
> Is there any way in tkinter to convert between coordinate systems?
> Specifically, I'm refering to the canvas. I'm getting x and y's back in
> mouse events and I would like to convert them back to inches 'i',
> centemeters 'c', millimeters 'm' or points 'p'.
use winfo_sc
Is there any way in tkinter to convert between coordinate systems?
Specifically, I'm refering to the canvas. I'm getting x and y's back in mouse
events and I would like to convert them back to inches 'i', centemeters 'c',
millimeters 'm' or points 'p'. Which I wish to use to provided informat