comparison dw.h @ 2265:63bb97e94cd3

GTK4: More work on conversion... the amount of changes is really ridiculous. GTK4 is essentially a new system, almost everything has changed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 29 Jan 2021 13:18:47 +0000
parents 5c981407b0f3
children bb0690c04413
comparison
equal deleted inserted replaced
2264:5c981407b0f3 2265:63bb97e94cd3
1059 #define DW_MLE_CASESENSITIVE 1 1059 #define DW_MLE_CASESENSITIVE 1
1060 1060
1061 #define DW_BS_NOBORDER 1 1061 #define DW_BS_NOBORDER 1
1062 1062
1063 #define DW_POINTER_DEFAULT 0 1063 #define DW_POINTER_DEFAULT 0
1064 #if GTK_MAJOR_VERSION > 3
1065 #define DW_POINTER_ARROW 1
1066 #define DW_POINTER_CLOCK 2
1067 #define DW_POINTER_QUESTION 3
1068 #else
1064 #define DW_POINTER_ARROW GDK_TOP_LEFT_ARROW 1069 #define DW_POINTER_ARROW GDK_TOP_LEFT_ARROW
1065 #define DW_POINTER_CLOCK GDK_WATCH 1070 #define DW_POINTER_CLOCK GDK_WATCH
1066 #define DW_POINTER_QUESTION GDK_QUESTION_ARROW 1071 #define DW_POINTER_QUESTION GDK_QUESTION_ARROW
1072 #endif
1067 1073
1068 #define HWND_DESKTOP ((HWND)0) 1074 #define HWND_DESKTOP ((HWND)0)
1069 1075
1070 /* flag values for dw_messagebox() */ 1076 /* flag values for dw_messagebox() */
1071 #define DW_MB_OK (1 << 1) 1077 #define DW_MB_OK (1 << 1)