comparison dw.h @ 2270:819f2492c85f

GTK4: More signal cleanup, fix various issues with windows and dialogs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 01 Feb 2021 01:28:41 +0000
parents bb0690c04413
children 1c52cd5a817f
comparison
equal deleted inserted replaced
2269:a26cfd4bbffe 2270:819f2492c85f
1390 typedef struct _dwdialog { 1390 typedef struct _dwdialog {
1391 HEV eve; 1391 HEV eve;
1392 int done; 1392 int done;
1393 int method; 1393 int method;
1394 void *data, *result; 1394 void *data, *result;
1395 #if GTK_MAJOR_VERSION > 3
1396 GMainLoop *mainloop;
1397 #endif
1395 } DWDialog; 1398 } DWDialog;
1396 1399
1397 typedef void *HPRINT; 1400 typedef void *HPRINT;
1398 1401
1399 #define DW_SIGNAL_FUNC(a) ((void *)a) 1402 #define DW_SIGNAL_FUNC(a) ((void *)a)