[Gimp-developer] Mouse Pointer Coordinates

2009-10-30 Thread Niranjan
Hi I am new to gimp plug-in development. I wanted to know how mouse clicks are handled and also how coordinated for the mouse pointer position are retrieved (similar to what the pointer dialog does). I suspect it is something to do with GTK/GDK (GDKCursor?), but i am not sure how it works

Re: [Gimp-developer] Mouse Pointer Coordinates

2009-10-30 Thread Sven Neumann
On Fri, 2009-10-30 at 10:02 +0100, Niranjan wrote: Hi I am new to gimp plug-in development. I wanted to know how mouse clicks are handled and also how coordinated for the mouse pointer position are retrieved (similar to what the pointer dialog does). I suspect it is something to do