[Glade-users] using pixmaps with glade

Philippe C. Martin philippecmartin@free.fr
Thu, 11 Sep 2003 15:26:45 +0200


Hello,

I have included a few .png file to my GUI, glade generates automatically some 
code to load it - 


the function:

 pathname = gnome_program_locate_file (NULL, 				GNOME_FILE_DOMAIN_APP_PIXMAP,
                                        filename, TRUE, NULL);


where filename = "project/file.png"

fails.

I have tried installing the *.png files to /usr/share/pixmap/project and 
/usr/local/share/pixmaps/project without success.

Any clue ?


Regards,

Philippe