Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/docs/widgets/core/
Dtable.md1 # 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…
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.c20 typedef struct Table { struct
24 } Table; typedef
299 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()
/lvgl-3.7.0/
DREADME.md25 #### Table of content
DKconfig809 bool "Table."