Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/table/
Dlv_table_private.h38 struct _lv_table_t { struct
39 lv_obj_t obj;
40 uint32_t col_cnt;
41 uint32_t row_cnt;
42 lv_table_cell_t ** cell_data;
43 int32_t * row_h;
44 int32_t * col_w;
45 uint32_t col_act;
46 uint32_t row_act;