[9935] in The GTK GIMP ToolKit mailing list archive
[gtk-list] problem with button_press_events
daemon@ATHENA.MIT.EDU (Adrian Feiguin)
Fri Nov 6 16:26:09 1998
Date: Fri, 6 Nov 1998 21:34:29 +0300 (GMT-3)
From: Adrian Feiguin <adrian@ifir.ifir.edu.ar>
Reply-To: Adrian Feiguin <adrian@ifir.ifir.edu.ar>
To: gtk-list@redhat.com
Resent-From: gtk-list@redhat.com
I'm developing gtksheet and Steven Rostedt found a little but ougly bug.
When you click your mouse rapidly you get multiple calls to
button_press_event but none to button_release_event. I think that the
widget is recieving a double click event, but I'd like to avoid this
because it causes serious problems.
The event_mask is defined as follows:
attributes.event_mask |= (GDK_EXPOSURE_MASK |
GDK_BUTTON_PRESS_MASK |
GDK_BUTTON_RELEASE_MASK |
GDK_KEY_PRESS_MASK |
GDK_POINTER_MOTION_MASK |
GDK_POINTER_MOTION_HINT_MASK);
Any hint?
Thank you,
<ADRIAN>
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null