comparison dw.h @ 2271:1c52cd5a817f

GTK4: More refactoring, and started working on menus, but not entirely sure how it is going to work yet.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 01 Feb 2021 04:07:22 +0000
parents 819f2492c85f
children 0c88059df8e9
comparison
equal deleted inserted replaced
2270:819f2492c85f 2271:1c52cd5a817f
1299 GdkBitmap *bitmap; /* if not null, the image mask representing the transparency mask */ 1299 GdkBitmap *bitmap; /* if not null, the image mask representing the transparency mask */
1300 void *image; /* Opaque handle to a cairo_surface_t for printing */ 1300 void *image; /* Opaque handle to a cairo_surface_t for printing */
1301 #endif 1301 #endif
1302 } *HPIXMAP; 1302 } *HPIXMAP;
1303 1303
1304 typedef GtkWidget *HMENUI; 1304 typedef void *HMENUI;
1305 typedef void *HTREEITEM; 1305 typedef void *HTREEITEM;
1306 typedef void *HSHM; 1306 typedef void *HSHM;
1307 typedef void *HICN; 1307 typedef void *HICN;
1308 1308
1309 /* As of Dynamic Windows 3.1 GResource is default if supported. 1309 /* As of Dynamic Windows 3.1 GResource is default if supported.