> > Try using the GLib.ConnectBefore attribute on the event method. > And how did I use this attribute?
? Just apply the attribute to the method.
[GLib.ConnectBefore]
public void OnButonPressEvent(object sender, ButtonPressEventArgs args)
{
...
This adjusts the order of the 'stacking' when you assign ["blah.OnWoof
+= new WoofHandler(myWoof);"] a handler. Instead of getting added at
the end of the notification chain it gets put at the beginning.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
