Re: [Tkinter-discuss] tkinter coordinates, conversion

2008-03-30 Thread Michael Lange
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

Re: [Tkinter-discuss] tkinter coordinates, conversion

2008-03-30 Thread Fredrik Lundh
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

[Tkinter-discuss] tkinter coordinates, conversion

2008-03-29 Thread Ron Provost
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