John Cupitt wrote:
On 7/26/05, Przemysław Więckowski <[EMAIL PROTECTED]> wrote:

 Could you please tell me. What would be faster:  directly putting
prepared pixmap using gdk_draw_drawable(..) as rectangle or drawing
rectangle using gdk_draw_rectangle(..)?? ( i heve't tested it so i ask...)

You might also be interested in GDK_POINTER_MOTION_HINT_MASK see:
 http://developer.gnome.org/doc/API/2.0/gdk/gdk-Events.html#GdkEventMask

This will allow you ignore incomming motion events while you are
still processing the current emission.

Cheers,
                 -Tristan
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to