[Glade-users] Pixmap Widgets, glade 0.5.11

Damon Chaplin damon@ximian.com
Thu, 08 Mar 2001 00:26:16 +0000


Joachim Backes wrote:
> 
> Hi,
> 
> when I create a pixmap widget with some pixmap file (given
> by an absolute path name) within
> the glade property dialog, then the pixmap read from the
> file is shown correctly, but in the generated C code, the
> absolute pathname does not appear, but only the basename
> of the file. This leads to problems when the app is running,
> because the file will not be found.

If you do a 'make install' of your program, the pixmaps should be
found OK.

If they aren't, are you using the Gnome or GTK+ version of Glade?
Are the pixmaps in your project's pixmaps directory?
Can you see where they were installed?

Damon