comparison dw.h @ 2236:e7060d262939

Win: Switched to using Rich Edit MLE by default on Windows. Added DW_FEATURE_MLE_RICH_EDIT option to dw_feature_set() to turn it off.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 05 Jan 2021 01:52:35 +0000
parents 2de088fb5dd4
children 95ad22a4da2d
comparison
equal deleted inserted replaced
2235:bd642d04d7c6 2236:e7060d262939
1506 DW_FEATURE_CONTAINER_STRIPE, /* Supports striped line display in container widgets */ 1506 DW_FEATURE_CONTAINER_STRIPE, /* Supports striped line display in container widgets */
1507 DW_FEATURE_MDI, /* Supports Multiple Document Interface window frame */ 1507 DW_FEATURE_MDI, /* Supports Multiple Document Interface window frame */
1508 DW_FEATURE_NOTEBOOK_STATUS_TEXT, /* Supports status text area on notebook/tabbed controls */ 1508 DW_FEATURE_NOTEBOOK_STATUS_TEXT, /* Supports status text area on notebook/tabbed controls */
1509 DW_FEATURE_NOTIFICATION, /* Supports sending system notifications */ 1509 DW_FEATURE_NOTIFICATION, /* Supports sending system notifications */
1510 DW_FEATURE_UTF8_UNICODE, /* Supports UTF8 encoded Unicode text */ 1510 DW_FEATURE_UTF8_UNICODE, /* Supports UTF8 encoded Unicode text */
1511 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */
1511 DW_FEATURE_MAX 1512 DW_FEATURE_MAX
1512 } DWFEATURE; 1513 } DWFEATURE;
1513 1514
1514 /* Macro for casting resource IDs to HICN */ 1515 /* Macro for casting resource IDs to HICN */
1515 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0) 1516 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)