lv_dropdown_private.h¶
-
struct _lv_dropdown_t¶
Public Members
-
lv_obj_t obj¶
-
lv_obj_t *list¶
The dropped down list
-
const char *text¶
Text to display on the dropdown's button
-
const void *symbol¶
Arrow or other icon when the drop-down list is closed
-
char *options¶
Options in a '
' separated list
-
uint32_t option_cnt¶
Number of options
-
uint32_t sel_opt_id¶
Index of the currently selected option
-
uint32_t sel_opt_id_orig¶
Store the original index on focus
-
uint32_t pr_opt_id¶
Index of the currently pressed option
-
uint8_t dir¶
Direction in which the list should open
-
uint8_t static_txt¶
1: Only a pointer is saved in
options
-
uint8_t selected_highlight¶
1: Make the selected option highlighted in the list
-
lv_obj_t obj¶
-
struct _lv_dropdown_list_t¶