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
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;