Searched refs:lv_table_get_selected_cell (Results 1 – 4 of 4) sorted by relevance
198 void lv_table_get_selected_cell(lv_obj_t * obj, uint16_t * row, uint16_t * col);
422 void lv_table_get_selected_cell(lv_obj_t * obj, uint16_t * row, uint16_t * col) in lv_table_get_selected_cell() function
45 lv_table_get_selected_cell(obj, &row, &col); in change_event_cb()
73 `lv_table_get_selected_cell(table, &row, &col)` can be used to get the currently selected cell. Row…