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:
parent
075f8740d4
commit
d2263c121a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user