On Thu, 2009-08-06 at 13:59 +0800, Xiao Yafeng wrote: > error messages: > (hello:12512): Gtk-WARNING **: Could not find signal > handler 'on_button_quit_clicked'
> Is there a way to auto connect callback function to widget designed by > glade or I miss something? > Seems like you're missing -export-dynamic flag to gcc. You may want to read through some glade tutorial. Here's one: http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel
