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.
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
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