Re: Insert an image into a gtk_window

2006-09-04 Thread Emmanuele Bassi
Hi; On Mon, 2006-09-04 at 12:07 +0200, [EMAIL PROTECTED] wrote: > I'm trying to insert an image in a window creted with gtk. > The problem is that the image doesn't appear efter executing,and there'not an > error message. Check the console: if there has been an error loading the image you should

Insert an image into a gtk_window

2006-09-04 Thread ferri_marllo
I'm trying to insert an image in a window creted with gtk. The problem is that the image doesn't appear efter executing,and there'not an error message. Can you help me?? #include #include int main(int argc,char **argv) { GtkWidget *window; GtkWidget *image; GdkPixbuf *pixbuf;