diff dwtestoo.cpp @ 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 dfab2dfa9bc1
line wrap: on
line diff
--- a/dwtestoo.cpp	Fri Mar 24 11:39:24 2023 +0000
+++ b/dwtestoo.cpp	Fri Mar 24 17:15:59 2023 +0000
@@ -1964,7 +1964,8 @@
     "Supports icons in the taskbar or similar system widget",
     "Supports the Tree Widget",
     "Supports arbitrary window placement",
-    "Supports alternate container view modes"
+    "Supports alternate container view modes",
+    "Supports the DW_SIGNAL_HTML_MESSAGE callback"
 };
 
 // Let's demonstrate the functionality of this library. :)