comparison dwtest.c @ 2837:444031116159

Add DW_FEATURE_CONTAINER_MODE to the dwtest feature test list.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 14 Sep 2022 16:09:02 +0000
parents adb0e4ce9347
children 2934b2fdcd8e
comparison
equal deleted inserted replaced
2836:da90bf6d0564 2837:444031116159
2163 "Supports UTF8 encoded Unicode text", 2163 "Supports UTF8 encoded Unicode text",
2164 "Supports Rich Edit based MLE control (Windows)", 2164 "Supports Rich Edit based MLE control (Windows)",
2165 "Supports icons in the taskbar or similar system widget", 2165 "Supports icons in the taskbar or similar system widget",
2166 "Supports the Tree Widget", 2166 "Supports the Tree Widget",
2167 "Supports arbitrary window placement", 2167 "Supports arbitrary window placement",
2168 "Supports alternate container view modes",
2168 NULL }; 2169 NULL };
2169 2170
2170 /* 2171 /*
2171 * Let's demonstrate the functionality of this library. :) 2172 * Let's demonstrate the functionality of this library. :)
2172 */ 2173 */