comparison 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
comparison
equal deleted inserted replaced
2974:fffb4904c90b 2975:ae4d6856b983
1962 "Supports UTF8 encoded Unicode text", 1962 "Supports UTF8 encoded Unicode text",
1963 "Supports Rich Edit based MLE control (Windows)", 1963 "Supports Rich Edit based MLE control (Windows)",
1964 "Supports icons in the taskbar or similar system widget", 1964 "Supports icons in the taskbar or similar system widget",
1965 "Supports the Tree Widget", 1965 "Supports the Tree Widget",
1966 "Supports arbitrary window placement", 1966 "Supports arbitrary window placement",
1967 "Supports alternate container view modes" 1967 "Supports alternate container view modes",
1968 "Supports the DW_SIGNAL_HTML_MESSAGE callback"
1968 }; 1969 };
1969 1970
1970 // Let's demonstrate the functionality of this library. :) 1971 // Let's demonstrate the functionality of this library. :)
1971 int dwmain(int argc, char* argv[]) 1972 int dwmain(int argc, char* argv[])
1972 { 1973 {