Searched refs:LV_TABLE_CELL_NONE (Results 1 – 3 of 3) sorted by relevance
31 #define LV_TABLE_CELL_NONE 0XFFFF macro32 LV_EXPORT_CONST_INT(LV_TABLE_CELL_NONE);
499 …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()
69 …to get the currently selected cell. Row and column will be set to `LV_TABLE_CELL_NONE` no cell is …