lv_roller_private.h
API reference for lv_roller_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_roller.h
Summary
Structs
struct
_lv_roller_t
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
options_translation_tag | char * | Translation tag for the options |
option_cnt | uint32_t | Number of options |
sel_opt_id | uint32_t | Index of the current option |
sel_opt_id_ori | uint32_t | Store the original index on focus |
inf_page_cnt | uint32_t | Number of extra pages added to make the roller look infinite |
mode | lv_roller_mode_t | |
moved | uint32_t |
Dependencies
Last updated on