Mike Massonnet wrote: > Hi, and really quickly, > > Le Mon, 10 Nov 2008 08:38:53 -0500, > dhk <[EMAIL PROTECTED]> a écrit : > >> All, >> >> Could some explain how to use glade_xml_signal_connect_data() and >> glade_xml_signal_connect_full()? Some good examples would be helpful >> also. > > http://www.google.com/codesearch?q=lang%3Ac+glade_xml_signal_connect_full > >> Thanks, >> >> dave > > HTH > Mike > _______________________________________________ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list Thanks, but this is a lot like the glade source. It doesn't explain the variables. I need to know what the parameters are and where they come from. I think the handler_name the one in the glade xml file and the GladeXMLConnectFunc some made up function to execute. Is this correct?
I'm not sure if these are the functions I need to do what I want, but they seem correct. What I want to do is pass a value for user_data into a handler when a button is clicked. The glade_xml_signal_autoconnect() function doesn't let me do that. thanks again, dave _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list