[Glade-users] Signal question.

Peter Keller psilord at cs.wisc.edu
Mon Oct 13 16:34:04 EDT 2008


On Mon, Oct 13, 2008 at 03:29:30PM -0500, Alexey Kurochkin wrote:
> I do not think GtkObject's "destroy" is the right signal. You might want
> to try connecting gtk_widget_hide_on_delete() to "delete-event" signal
> on the widget, or any custom function for that matter which would call
> gtk_widget_hide() and return TRUE.

Ok, apparently I have found some bad info on the internet (really?), because
the examples I found for using glade-3 implied that the signal functions
had this prototype:
void some_func(GTKWidget *widget, gpointer user_data);

Is that not correct? If not, then what is the type and meaning of the
return value for these handler functions?

I'll try out your suggesstion when I get home, though.

Thank you.

-pete




More information about the Glade-users mailing list