2 #ifndef __GXK_IMAGE_CACHE_H__
3 #define __GXK_IMAGE_CACHE_H__
13 GdkColormap *colormap;
18 #define GXK_IMAGE_BLACK32 (":/: black32")
20 GdkPixmap* gxk_image_cache_use_pixmap (
const gchar *file_name,
23 GdkColormap *colormap);
24 void gxk_image_cache_unuse_pixmap (GdkPixmap *pixmap);
Definition: gxkimagecache.hh:9