Hi,

Rick Amont <[EMAIL PROTECTED]> writes:

> I have a scrolled window inside a window and I am
> connecting the "pressed" and "released" mouse button
> signals to their respective handling functions. While
> I get the pressed signal, I can not get the release
> signal. I've tried things like:
> 
>   gtk_widget_add_events(mainwin, GDK_BUTTON_PRESS_MASK);

why don't you try with GDK_BUTTON_RELEASE_MASK? After all, the release
event is what you are interested in, isn't it?


Salut, Sven

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to