ui/gtk/image.h

changeset 32
e5f4d8af567e
parent 0
2483f517c562
equal deleted inserted replaced
31:bf810176ddb8 32:e5f4d8af567e
40 #endif 40 #endif
41 41
42 42
43 struct UiIcon { 43 struct UiIcon {
44 GtkIconInfo *info; 44 GtkIconInfo *info;
45 GdkPixbuf *pixbuf;
45 }; 46 };
46 47
47 struct UiImage { 48 struct UiImage {
48 GdkPixbuf *pixbuf; 49 GdkPixbuf *pixbuf;
49 }; 50 };
50 51
51 void ui_image_init(void); 52 void ui_image_init(void);
52 53
53 GdkPixbuf* ui_get_image(const char *name); 54 GdkPixbuf* ui_get_image(const char *name);
54 55
56 GdkPixbuf* ui_icon_pixbuf(UiIcon *icon);
55 57
56 #ifdef __cplusplus 58 #ifdef __cplusplus
57 } 59 }
58 #endif 60 #endif
59 61

mercurial