>From: John Cupitt <[EMAIL PROTECTED]>
>
>  GtkWidget *image = gtk_image_new_from_file ("myfile.png");

But what if I want load the image to memory without creating
the widget? I would later then map/morph the image and display it.

The loaded image should stay at the computer which runs my app,
and not go to the X display computer. What gtk_image_new_from_file()
does in this context?

Is there glib_image_new_from_file()? I would not like to use
any external image library.

Regards,
Juhana
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to