1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Update lv_ddlist.h

This commit is contained in:
Samuel 2018-11-08 23:27:30 +08:00 committed by GitHub
parent 075f8740d4
commit d2263c121a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,9 @@ typedef struct
uint16_t sel_opt_id_ori; /*Store the original index on focus*/
uint16_t anim_time; /*Open/Close animation time [ms]*/
uint8_t opened :1; /*1: The list is opened (handled by the library)*/
#if LV_DDLIST_USE_STYLE_INDC != 0
uint8_t roller_ddlist :1; /*0: The list is roller, otherwise ddlist*/
#endif
lv_coord_t fix_height; /*Height of the ddlist when opened. (0: auto-size)*/
} lv_ddlist_ext_t;