comparison dwtest.c @ 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 7575eefcf881
children 7f6939857cca
comparison
equal deleted inserted replaced
2235:bd642d04d7c6 2236:e7060d262939
1795 "Supports striped line display in container widgets", 1795 "Supports striped line display in container widgets",
1796 "Supports Multiple Document Interface window frame", 1796 "Supports Multiple Document Interface window frame",
1797 "Supports status text area on notebook/tabbed controls", 1797 "Supports status text area on notebook/tabbed controls",
1798 "Supports sending system notifications", 1798 "Supports sending system notifications",
1799 "Supports UTF8 encoded Unicode text", 1799 "Supports UTF8 encoded Unicode text",
1800 "Supports Rich Edit based MLE control (Windows)",
1800 NULL }; 1801 NULL };
1801 1802
1802 /* 1803 /*
1803 * Let's demonstrate the functionality of this library. :) 1804 * Let's demonstrate the functionality of this library. :)
1804 */ 1805 */