Searched refs:Table (Results 1 – 4 of 4) sorted by relevance
1 # Table (lv_table)7 The Table object is very lightweight because only the texts are stored. No real objects are created…9 The Table is added to the default group (if it is set). Besides the Table is an editable object to …34 … `lv_table_set_col_width(table, col_id, width)`. The overall width of the Table object will be set…
20 typedef struct Table { struct24 } Table; typedef299 static Table *304 Table *table = lv_mem_alloc(sizeof(*table) + sizeof(Entry) * init_bulk); in new_table()320 add_entry(Table **tablep, uint16_t length, uint16_t prefix, uint8_t suffix) in add_entry()322 Table *table = *tablep; in add_entry()398 Table *table; in read_image_data()
25 #### Table of content
809 bool "Table."