RE: Motion Notify Event



YEa, I had this one recently.

You want to look at the scribble example here:
http://www.gtk.org/tutorial/sec-scribble.html#AEN2945

Look for the "motion_notify_event".
Basically, you have to call gdk_window_get_pointer().  I think this is
because the event is JUST a hint, to stop MASSES of events floodying the gtk
event loop. 

Regards,
Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]