GXK Interface Reference

/opt/src/beast/beast-gtk/gxk/gxkimagecache.h

SYNOPSIS

DESCRIPTION

GxkImageCacheItem

/opt/src/beast/beast-gtk/gxk/gxkimagecache.h:24
struct GxkImageCacheItem
{
  gchar       *file_name;
  GdkColor     tint;
  gdouble      saturation;
  GdkColormap *colormap;
  GdkPixmap   *pixmap;
  guint        use_count;
};

gxk_image_cache_unuse_pixmap

/opt/src/beast/beast-gtk/gxk/gxkimagecache.h:39

gxk_image_cache_use_pixmap

/opt/src/beast/beast-gtk/gxk/gxkimagecache.h:38
GdkPixmap*  gxk_image_cache_use_pixmap 
(const gchar *file_name,
 GdkColor     tint,
 gdouble      saturation,
 GdkColormap *colormap);