On Mon, 24 Aug 1998, Richard Ivanowich wrote:

>Newbie programmer here,
>
>Is it possible to put images into a C program???

It depends on which toolkit you are using. Using gnome (imlib) you can do
something like:

        GtkWidget *pixmap = gnome_pixmap_new_from_file ("picture.jpg");

And then you can put the gtk image object directly in your X window.

Andrea[s] Arcangeli

Reply via email to