Code

Fixing scrollbar size for embeded color swatches.
[inkscape.git] / src / trace / imagemap-gdk.h
1 #ifndef __GRAYMAP_GDK_H__
2 #define __GRAYMAP_GDK_H__
4 #ifndef TRUE
5 #define TRUE  1
6 #endif
8 #ifndef FALSE
9 #define FALSE 0
10 #endif
12 #include "imagemap.h"
14 #include <gdk-pixbuf/gdk-pixbuf.h>
16 /*#########################################################################
17 ### I M A G E    M A P --- GDK
18 #########################################################################*/
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 GrayMap *gdkPixbufToGrayMap(GdkPixbuf *buf);
28 GdkPixbuf *grayMapToGdkPixbuf(GrayMap *grayMap);
30 RgbMap *gdkPixbufToRgbMap(GdkPixbuf *buf);
32 GdkPixbuf *rgbMapToGdkPixbuf(RgbMap *rgbMap);
34 GdkPixbuf *indexedMapToGdkPixbuf(IndexedMap *iMap);
37 #ifdef __cplusplus
38 }
39 #endif
42 #endif /* __GRAYMAP_GDK_H__ */
44 /*#########################################################################
45 ### E N D    O F    F I L E
46 #########################################################################*/