comparison dw.h @ 2284:3361ce6070ce

Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support. Not having this earlier was probably an oversight, but added it because GTK4 removes the widget that allowed this support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 03 Feb 2021 21:44:15 +0000
parents 0c88059df8e9
children fad0821cb953
comparison
equal deleted inserted replaced
2283:0c88059df8e9 2284:3361ce6070ce
1522 DW_FEATURE_MDI, /* Supports Multiple Document Interface window frame */ 1522 DW_FEATURE_MDI, /* Supports Multiple Document Interface window frame */
1523 DW_FEATURE_NOTEBOOK_STATUS_TEXT, /* Supports status text area on notebook/tabbed controls */ 1523 DW_FEATURE_NOTEBOOK_STATUS_TEXT, /* Supports status text area on notebook/tabbed controls */
1524 DW_FEATURE_NOTIFICATION, /* Supports sending system notifications */ 1524 DW_FEATURE_NOTIFICATION, /* Supports sending system notifications */
1525 DW_FEATURE_UTF8_UNICODE, /* Supports UTF8 encoded Unicode text */ 1525 DW_FEATURE_UTF8_UNICODE, /* Supports UTF8 encoded Unicode text */
1526 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */ 1526 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */
1527 DW_FEATURE_TASK_BAR, /* Supports icons in the taskbar or similar system widget */
1527 DW_FEATURE_MAX 1528 DW_FEATURE_MAX
1528 } DWFEATURE; 1529 } DWFEATURE;
1529 1530
1530 /* Macro for casting resource IDs to HICN */ 1531 /* Macro for casting resource IDs to HICN */
1531 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0) 1532 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)