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 


_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/glade-devel

Reply via email to