Hi, Hadmut Danisch <[EMAIL PROTECTED]> writes:
> gtk_image_new_from_file () would probably do the job, > except for the fact that it requires a file in the file system. > Writing out the downloaded file just for reading it in again is > certainly not a good idea. Create a new GdkPixbufLoader and write the data to it. The resulting pixbuf can be set on the GtkImage widget. Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
