> I have written a program pretty much by re-adjusting the scribble
> example from the GTK Tutorial, instead of creating my own PixMap in
> the configure_event I called the following function which creates a
> pixmap from file:
>pixbuf = gdk_pixbuf_new_from_file(filename,NULL);
There's y
Hi,
I have written a program pretty much by re-adjusting the scribble
example from the GTK Tutorial, instead of creating my own PixMap in
the configure_event I called the following function which creates a
pixmap from file:
GdkPixmap* gdk_pixmap_new_from_file( const char *filename )
{
Gdk