To pass user data, you could either connect each signal using
glade_xml_signal_connect() or you can write your own connect function
using glade_xml_signal_autoconnect_full().
If you use GtkBuilder instead of LibGlade, you can pass the same
user_data to each handler using gtk_builder_connect_signals().
- Micah Carrick
Developer - http://www.micahcarrick.com
GTK+ Forums - http://www.gtkforums.com
dhk wrote:
Is glade_xml_signal_autoconnect()only used for callbacks that don't take
user_data? If not, how can user_data be passed to a callback when using
glade_xml_signal_autoconnect()?
Thanks,
Dave
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list