ui/gtk/image.h

branch
newapi
changeset 265
3756725aeaf4
parent 167
161511838ea6
child 275
132c7bcc6997
equal deleted inserted replaced
264:24d9a92fd048 265:3756725aeaf4
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 };

mercurial