Re: Error when executing my app



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]