Re: [pygtk] canvas 'window_to_world'

2002-05-04 Thread Colin Fox
On Sat, 2002-05-04 at 18:41, James Henstridge wrote: > Try upgrading to gnome-python-1.4.2 (which includes pygtk-0.6.9). Ok, now I can use w2c without it crashing. However, it doesn't actually seem to do anything with the coordinates. If I say: (x1, y1) = mycanvas.w2c(x,y) then it just passes

Re: [pygtk] canvas 'window_to_world'

2002-05-04 Thread James Henstridge
Colin Fox wrote: >On Sat, 2002-05-04 at 17:05, Matt Wilson wrote: > > >>Which version are you using? >> >> > >Oops, sorry about not mentioning it: >Python 2.2 >pygtk 0.6.6 >gnome-python 1.0.53 > > Try upgrading to gnome-python-1.4.2 (which includes pygtk-0.6.9). James. -- Email: [EMAIL

Re: [pygtk] canvas 'window_to_world'

2002-05-04 Thread Colin Fox
On Sat, 2002-05-04 at 17:05, Matt Wilson wrote: > Which version are you using? Oops, sorry about not mentioning it: Python 2.2 pygtk 0.6.6 gnome-python 1.0.53 -- Colin Fox [EMAIL PROTECTED] CF Consulting Inc.GPG Fingerpr

Re: [pygtk] canvas 'window_to_world'

2002-05-04 Thread Matt Wilson
Which version are you using? Cheers, Matt On Sat, May 04, 2002 at 04:49:32PM -0700, Colin Fox wrote: > On Sat, 2002-05-04 at 16:43, Colin Fox wrote: > > > > There is apparently a gnome_canvas function called 'window_to_world' > > that seems to be missing in pygnome. Am I missing something, or

Re: [pygtk] canvas 'window_to_world'

2002-05-04 Thread Colin Fox
On Sat, 2002-05-04 at 16:43, Colin Fox wrote: > > There is apparently a gnome_canvas function called 'window_to_world' > that seems to be missing in pygnome. Am I missing something, or has this > function been forgotten? > > Or is there some other way to convert a window coord to a world coord?

[pygtk] canvas 'window_to_world'

2002-05-04 Thread Colin Fox
There is apparently a gnome_canvas function called 'window_to_world' that seems to be missing in pygnome. Am I missing something, or has this function been forgotten? Or is there some other way to convert a window coord to a world coord? Thanks, Colin -- Colin Fox