[Gtk-sharp-list] Glade signals with GtkSharp handlers
Joe Scaduto
scooch@noggle.biz
Mon, 02 Feb 2004 20:43:16 -0500
Hi,
I am using Glade 2 to create my base application "look and feel" and I
want to connect a signal to a handler in my gtksharp application but I
need to pass extra data to the handler (such as a string). From what I
have been told the 'Object' field in Glade 2 allows you to pass whatever
data to a handler you want but I am not sure how to get this data in a
gtksharp signal handler. I only know of 2 parameters for the handler:
public someHandler (object o, EventArgs args)
{}
Any information would be greatly appreciated
Thanks,
Joe