lv_table_private.h

API reference for lv_table_private.h

Report on GitHub
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

MemberTypeDescription
ctrllv_table_cell_ctrl_t
user_datavoid *Custom user data
txtchar[1]Variable length array
struct

_lv_table_t

Table data

MemberTypeDescription
objlv_obj_t
col_cntuint32_t
row_cntuint32_t
cell_datalv_table_cell_t **
row_hint32_t *
col_wint32_t *
col_actuint32_t
row_actuint32_t

Dependencies

Indirect dependencies

Last updated on

On this page