[Gtk-sharp-list] OnButtonReleaseEvent deosn't fire

Paddy Joy mono at paddyjoy.com
Fri Jun 16 05:59:10 EDT 2006


Hi,

I had a similar problem recently, maybe have a look at this link 
http://gtk-sharp.sourceforge.net/faq.html#3.3

So try using the [GLib.ConnectBefore] attribute on your ButtonPresss event.

Hope this helps, somebody correct me if I'm wrong please :-)

Paddy

> Hello everyone,
>
> I have a problem with a self-written widget. It seems that the
> ButtonReleaseEvent is not triggered, even if I override the
> OnButtonReleaseEvent function of the Widget class.
> I tried several things, like adding the event to the event-mask of the
> widget and passing the event from the MainWindow to the Widget. I'm
> getting out of ideas,
>
> any help?
>
> Nori
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>   



More information about the Gtk-sharp-list mailing list