Functions
common_pict_parse_options ()
void
common_pict_parse_options (PictOptions *options
,
const gchar *options_str
);
common_pict_init_cache ()
void
common_pict_init_cache (PictOptions *options
);
common_pict_clear_pixbuf_cache ()
void
common_pict_clear_pixbuf_cache (PictOptions *options
);
Types and Values
PictBinData
typedef struct {
guchar *data;
glong data_length;
} PictBinData;
PictOptions
typedef struct {
PictEncodeType encoding;
GHashTable *pixbuf_hash; /* key = GValue pointer, value = a GdkPixbuf */
} PictOptions;
PictAllocation
typedef struct {
gint width;
gint height;
} PictAllocation;
PictMenu
typedef struct {
GtkWidget *menu; /* popup menu */
GtkWidget *load_mitem;
GtkWidget *save_mitem;
GtkWidget *copy_mitem;
} PictMenu;