[Gtk-sharp-list] Problem retrieving data in Signal Handlers

Joe Scaduto scooch@noggle.biz
Wed, 04 Feb 2004 22:12:48 -0500


Hi,

I am using Glade 2 to create my GUI for my GtkSharp application and I am
connecting my signals via Glade#.  In Glade 2 when specifing the signal
handler to connect to there is an 'Object' field also.  If I populate
the 'Object' field does anyone know how I can retrieve that information
in a GtkSharp signal handler such as:

public void on_Button1_clicked(object obj, EventArgs e)
{ }

Thanks,

Joe