comparison dw.h @ 1168:4e8f00c31c91

Added basic printing support for GTK 2.10 and above... Drawing except bitblt is currently supported.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 16 Sep 2011 22:28:14 +0000
parents 79bd0aff0bc2
children 13d046d301f7
comparison
equal deleted inserted replaced
1167:5668d269beb3 1168:4e8f00c31c91
1264 GdkPixbuf *pixbuf; /* the actual image */ 1264 GdkPixbuf *pixbuf; /* the actual image */
1265 cairo_surface_t *image; /* Going to have dual storage for now */ 1265 cairo_surface_t *image; /* Going to have dual storage for now */
1266 #else 1266 #else
1267 GdkPixmap *pixmap; /* the actual image */ 1267 GdkPixmap *pixmap; /* the actual image */
1268 GdkBitmap *bitmap; /* if not null, the image mask representing the transparency mask */ 1268 GdkBitmap *bitmap; /* if not null, the image mask representing the transparency mask */
1269 void *image; /* Opaque handle to a cairo_surface_t for printing */
1269 #endif 1270 #endif
1270 } *HPIXMAP; 1271 } *HPIXMAP;
1271 1272
1272 typedef GtkWidget *HMENUI; 1273 typedef GtkWidget *HMENUI;
1273 typedef void *HTREEITEM; 1274 typedef void *HTREEITEM;