Lines Matching refs:Table
4 Table (lv_table)
13 The Table Widget is very lightweight because only the text strings are stored.
16 The Table is added to the default group (if one is set).
17 Table is an editable Widget, allow selecting a cell with encoder and keyboard
27 - :cpp:enumerator:`LV_PART_MAIN` The background of the Table; uses the :ref:`typical
29 - :cpp:enumerator:`LV_PART_ITEMS` The cells of the Table also use the
44 before displaying them in a Table.
47 saved by the Table so the buffer containing the string can be a local variable.
65 the Table Widget will be set to the sum of all column widths.
80 If a Table's width or height is set to :c:macro:`LV_SIZE_CONTENT` that size
81 will be used to show the whole Table in the respective direction. E.g.
83 automatically sets the Table size to show all columns and rows.
86 size then the Table becomes scrollable.
111 The following *Keys* are processed by Table Widgets: