pub unsafe extern "C" fn lv_table_set_cell_ctrl(
obj: *mut lv_obj_t,
row: u32,
col: u32,
ctrl: lv_table_cell_ctrl_t,
)Expand description
Add control bits to the cell. @param obj pointer to a Table object @param row id of the row [0 .. row_cnt -1] @param col id of the column [0 .. col_cnt -1] @param ctrl OR-ed values from ::lv_table_cell_ctrl_t