So here is another question... :)
How do i connect a signal to a button on a gnome dialog window?
This code doesn't work.
void
on_preferences1_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
GtkWidget *dialog1;
dialog1= create_dialog1 ();
gtk_widget_show(dialog1);
gtk_signal_connect (GTK_OBJECT (button1), "clicked",
GTK_SIGNAL_FUNC (gtk_widget_hide(dialog1)), NULL);
}
Since button1 is undeclared by some reason.. :(
If some one would tell me how to do this i would be very happy :)
By the way, is it glade-devel or glade-list this kind of question should
go?
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.