[Glade-devel] Passing user data to signal handler
Joe Scaduto
scooch@noggle.biz
Tue, 27 Jan 2004 22:35:51 -0500
Hello,
In Gtk+ to connect a signal handler to a signal the function:
g_signal_connect(instance, detailed_signal, c_handler, data)
can be called. The fourth parameter as I understand allows the
developer to pass any type of data to the handler. I noticed that in
the Properties->Signals tab in Glade 2 there are only the 'Signal'
'Handler' 'Object' and 'After' fields. Is there a way to pass data to a
signal handler using Glade 2?
Thanks
Joe