Home
last modified time | relevance | path

Searched defs:_lv_dropdown_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown_private.h34 struct _lv_dropdown_t { struct
35 lv_obj_t obj;
36 lv_obj_t * list; /**< The dropped down list*/
37 const char * text; /**< Text to display on the dropdown's button*/
38 const void * symbol; /**< Arrow or other icon when the drop-down list is closed*/
39 char * options; /**< Options in a '\n' separated list*/
40 uint32_t option_cnt; /**< Number of options*/
41 uint32_t sel_opt_id; /**< Index of the currently selected option*/
42 uint32_t sel_opt_id_orig; /**< Store the original index on focus*/
43 uint32_t pr_opt_id; /**< Index of the currently pressed option*/
[all …]