lv_table_private.h
API reference for lv_table_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_table.h
Summary
Structs
struct
_lv_table_cell_t
Cell data
| Member | Type | Description |
|---|---|---|
ctrl | lv_table_cell_ctrl_t | |
user_data | void * | Custom user data |
txt | char[1] | Variable length array |
struct
_lv_table_t
Table data
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
col_cnt | uint32_t | |
row_cnt | uint32_t | |
cell_data | lv_table_cell_t ** | |
row_h | int32_t * | |
col_w | int32_t * | |
col_act | uint32_t | |
row_act | uint32_t |
Dependencies
Last updated on