comparison dw.h @ 2803:708bcef0ce6b

Android: Add support for DW_BS_NOBORDER on bitmap buttons.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 19 Jul 2022 11:21:17 +0000
parents 5c61aba17b69
children 30cb5d646267
comparison
equal deleted inserted replaced
2802:f910da0418f6 2803:708bcef0ce6b
864 864
865 #define DW_LIT_NONE -1 865 #define DW_LIT_NONE -1
866 866
867 #define DW_MLE_CASESENSITIVE 1 867 #define DW_MLE_CASESENSITIVE 1
868 868
869 #define DW_BS_NOBORDER 0 869 #define DW_BS_NOBORDER 1
870 870
871 #define DW_POINTER_DEFAULT 0 871 #define DW_POINTER_DEFAULT 0
872 #define DW_POINTER_ARROW 0 872 #define DW_POINTER_ARROW 0
873 #define DW_POINTER_CLOCK 0 873 #define DW_POINTER_CLOCK 0
874 #define DW_POINTER_QUESTION 0 874 #define DW_POINTER_QUESTION 0