Where is the creation of button???

Either you make the previous button as a global one, so that you need not
declare it again in the function, or eliminate the creation before function,
and do the things in function itself

I hope it should solve your problem



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 3saul
Sent: Thursday, April 06, 2006 4:38 PM
To: gtk-app-devel-list@gnome.org
Subject: Re: gtk_button_set_label ERROR


If I change that to
GtkWidget *button1 = "x";
or
GtkWidget *button1;

I still get the same error.
--
View this message in context:
http://www.nabble.com/gtk_button_set_label-ERROR-t1403878.html#a3782179
Sent from the Gtk+ - Apps Dev forum at Nabble.com.

_______________________________________________
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

Reply via email to