Re: glade_xml_signal_autoconnect and user_data
- From: Micah Carrick <email micahcarrick com>
- To: dhk <dhkuhl optonline net>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: glade_xml_signal_autoconnect and user_data
- Date: Sat, 07 Jun 2008 11:09:56 -0700
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]