[Gtk-sharp-list] Problem with event handlers:
GtkSharp.voidObjectSignal
Lee Mallabone
gnome@fonicmonkey.net
07 Mar 2003 17:42:12 +0000
On Fri, 2003-03-07 at 17:06, Marc Eilens wrote:
> What am I doing wrong?
..snip..
At a glance your code looks fine; I suspect the problem is that your
ButtonClicked method is declared as 'static'. There doesn't seem to be
any need for that in your code, so try removing the static modifier and
see if that helps.
If it does, you might want to report that as a bug in Gtk#.
Regards,
Lee.