Home
last modified time | relevance | path

Searched refs:lv_table_clear_cell_ctrl (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/widgets/table/
Dlv_table.h122 void lv_table_clear_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl…
Dlv_table.c343 void lv_table_clear_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl) in lv_table_clear_cell_ctrl() function
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c74 lv_table_clear_cell_ctrl(table, 0, 0, LV_TABLE_CELL_CTRL_MERGE_RIGHT); in test_table_should_clear_selected_cell_ctrl()
85 lv_table_clear_cell_ctrl(table, 0, 0, LV_TABLE_CELL_CTRL_MERGE_RIGHT); in test_table_should_keep_not_selected_cell_ctrl()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c55 if(chk) lv_table_clear_cell_ctrl(obj, row, 0, LV_TABLE_CELL_CTRL_CUSTOM_1); in change_event_cb()