diff 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
line wrap: on
line diff
--- a/dw.h	Mon Jan 04 14:29:24 2021 +0000
+++ b/dw.h	Tue Jan 05 01:52:35 2021 +0000
@@ -1508,6 +1508,7 @@
     DW_FEATURE_NOTEBOOK_STATUS_TEXT,    /* Supports status text area on notebook/tabbed controls */
     DW_FEATURE_NOTIFICATION,            /* Supports sending system notifications */
     DW_FEATURE_UTF8_UNICODE,            /* Supports UTF8 encoded Unicode text */
+    DW_FEATURE_MLE_RICH_EDIT,           /* Supports Rich Edit based MLE control (Windows) */
     DW_FEATURE_MAX
 } DWFEATURE;