Re: Error when executing my app
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: Error when executing my app
- Date: Tue, 27 Feb 2001 17:37:07 GMT
Can anyone tell me what the error is
My guess is, replace:
gtk_widget_show_all(win);
by (in this order):
gtk_widget_show (label);
gtk_widget_show (win);
and everything will be fine.
Forget gtk_widget_show_all(), you should never use it.
Forget the error code messages as well...
I could be wrong though...
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]