Re: motion-notify-event works only once

2007-06-27 Thread Jerome Blondel
David Nečas (Yeti) : On Wed, Jun 27, 2007 at 05:46:57PM +0200, Jerome Blondel wrote: I've set up a motion-notify-event handler in a GtkDrawingArea, adding the POINTER_MOTION and POINTER_MOTION_HINT event masks to the widget. The event is triggered only when the pointer moves into the window.

Re: motion-notify-event works only once

2007-06-27 Thread Yeti
On Wed, Jun 27, 2007 at 05:46:57PM +0200, Jerome Blondel wrote: > I've set up a motion-notify-event handler in a GtkDrawingArea, adding > the POINTER_MOTION and POINTER_MOTION_HINT event masks to the widget. > The event is triggered only when the pointer moves into the window. I'd > like to rece

motion-notify-event works only once

2007-06-27 Thread Jerome Blondel
Hi, I've set up a motion-notify-event handler in a GtkDrawingArea, adding the POINTER_MOTION and POINTER_MOTION_HINT event masks to the widget. The event is triggered only when the pointer moves into the window. I'd like to receive an event for each movement of the pointer. Is there something