changeset 2802:f910da0418f6

Android: Report tree widget supported in feature tests in 3.3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Jul 2022 19:36:08 +0000
parents b004cc75d574
children 708bcef0ce6b
files android/dw.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/android/dw.cpp	Sun Jul 17 21:03:31 2022 +0000
+++ b/android/dw.cpp	Mon Jul 18 19:36:08 2022 +0000
@@ -7900,6 +7900,7 @@
         case DW_FEATURE_UTF8_UNICODE:            /* Supports UTF8 encoded Unicode text */
         case DW_FEATURE_MLE_WORD_WRAP:           /* Supports word wrapping in Multi-line Edit boxes */
         case DW_FEATURE_CONTAINER_STRIPE:        /* Supports striped line display in container widgets */
+        case DW_FEATURE_TREE:                    /* Supports the Tree Widget */
             return DW_FEATURE_ENABLED;
         case DW_FEATURE_DARK_MODE:               /* Supports Dark Mode user interface */
         {
@@ -7938,6 +7939,7 @@
         case DW_FEATURE_UTF8_UNICODE:            /* Supports UTF8 encoded Unicode text */
         case DW_FEATURE_MLE_WORD_WRAP:           /* Supports word wrapping in Multi-line Edit boxes */
         case DW_FEATURE_CONTAINER_STRIPE:        /* Supports striped line display in container widgets */
+        case DW_FEATURE_TREE:                    /* Supports the Tree Widget */
             return DW_ERROR_GENERAL;
         /* These features are supported and configurable */
         case DW_FEATURE_DARK_MODE:               /* Supports Dark Mode user interface */