After a few experiments I observed that GDK_BUTTON_RELEASE_MASK works only
if GDK_BUTTON_PRESS_MASK is also turned on.

Is there "official" documentation supporting this?

On Feb 18, 2012 1:50 PM, "Agnel Kurian" <agnel.kur...@gmail.com> wrote:
>
> Hello Everyone,
>
> I have a custom GTK+ widget in which I need to handle the release of a
mouse button. I have assigned my handler callback function to the
button_release_event member of GtkWidgetClass in the '_class_init'
function. I have also set the GDK_BUTTON_RELEASE_MASK flag in the
'_realize' function. However, my handler is not being called. Are there any
other steps I need to take in order to receive mouse events?
>
> (I am following the Custom GTK+ widget tutorial at
http://zetcode.com/tutorials/gtktutorial/customwidget/ )
>
>
>
> -- Agnel
>
>
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to