comparison dw.h @ 2975:ae4d6856b983

iOS: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE. Add DW_FEATURE_HTML_MESSAGE feature test and display in dwtest(oo). Mac: Make sure code is in WK_API_ENABLED tests so old MacOS versions are still supported.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 24 Mar 2023 17:15:59 +0000
parents fffb4904c90b
children c8bee3b6e7ce
comparison
equal deleted inserted replaced
2974:fffb4904c90b 2975:ae4d6856b983
1845 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */ 1845 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */
1846 DW_FEATURE_TASK_BAR, /* Supports icons in the taskbar or similar system widget */ 1846 DW_FEATURE_TASK_BAR, /* Supports icons in the taskbar or similar system widget */
1847 DW_FEATURE_TREE, /* Supports the Tree Widget */ 1847 DW_FEATURE_TREE, /* Supports the Tree Widget */
1848 DW_FEATURE_WINDOW_PLACEMENT, /* Supports arbitrary window placement */ 1848 DW_FEATURE_WINDOW_PLACEMENT, /* Supports arbitrary window placement */
1849 DW_FEATURE_CONTAINER_MODE, /* Supports alternate container view modes */ 1849 DW_FEATURE_CONTAINER_MODE, /* Supports alternate container view modes */
1850 DW_FEATURE_HTML_MESSAGE, /* Supports the DW_SIGNAL_HTML_MESSAGE callback */
1850 DW_FEATURE_MAX 1851 DW_FEATURE_MAX
1851 } DWFEATURE; 1852 } DWFEATURE;
1852 1853
1853 /* Macro for casting resource IDs to HICN */ 1854 /* Macro for casting resource IDs to HICN */
1854 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0) 1855 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)