Searched refs:cells (Results 1 – 5 of 5) sorted by relevance
11 Tables are built from rows, columns, and cells containing text.14 No real Widgets are created for cells --- they are just drawn on the fly.29 - :cpp:enumerator:`LV_PART_ITEMS` The cells of the Table also use the70 Merge cells75 To merge more adjacent cells, call this function for each cell.
234 Cell* cells; member426 auto cell = rw.cells + rw.cellsCnt++; in _findCell()868 rw.cells = nullptr; in rleRender()918 rw.cells = reinterpret_cast<Cell*>((char*)rw.buffer + cellStart); in rleRender()920 if (rw.cells >= cellsMax) goto reduce_bands; in rleRender()922 rw.maxCells = cellsMax - rw.cells; in rleRender()
155 - |uncheck| Named grid cells to allow updating layouts without touching the children (like CSS `gri…
178 …cpp:enumerator:`LV_PART_ITEMS`: Used if the widget has multiple similar elements (e.g. table cells)
439 …cpp:enumerator:`LV_PART_ITEMS`: Used if the widget has multiple similar elements (e.g. table cells)