Searched refs:lv_table_clear_cell_ctrl (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/widgets/table/ |
D | lv_table.h | 122 void lv_table_clear_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl…
|
D | lv_table.c | 343 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/ |
D | test_table.c | 74 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/ |
D | lv_example_table_2.c | 55 if(chk) lv_table_clear_cell_ctrl(obj, row, 0, LV_TABLE_CELL_CTRL_CUSTOM_1); in change_event_cb()
|