Home
last modified time | relevance | path

Searched refs:LV_TABLE_CELL_NONE (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.5.0/src/widgets/
Dlv_table.h31 #define LV_TABLE_CELL_NONE 0XFFFF macro
32 LV_EXPORT_CONST_INT(LV_TABLE_CELL_NONE);
Dlv_table.c499 …if(table->col_act != LV_TABLE_CELL_NONE && table->row_act != LV_TABLE_CELL_NONE && scroll_obj == N… in lv_table_event()
506 table->col_act = LV_TABLE_CELL_NONE; in lv_table_event()
507 table->row_act = LV_TABLE_CELL_NONE; in lv_table_event()
517 if(col == LV_TABLE_CELL_NONE || row == LV_TABLE_CELL_NONE) { in lv_table_event()
905 if(col) *col = LV_TABLE_CELL_NONE; in get_pressed_cell()
906 if(row) *row = LV_TABLE_CELL_NONE; in get_pressed_cell()
/lvgl-3.5.0/docs/widgets/core/
Dtable.md69 …to get the currently selected cell. Row and column will be set to `LV_TABLE_CELL_NONE` no cell is …