mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 09:37:42 +08:00
format(btnmatrix) change paramater name in lv_btnmatrix_set_selected_btn
This commit is contained in:
@@ -109,9 +109,9 @@ void lv_btnmatrix_set_ctrl_map(lv_obj_t * obj, const lv_btnmatrix_ctrl_t ctrl_ma
|
|||||||
/**
|
/**
|
||||||
* Set the selected buttons
|
* Set the selected buttons
|
||||||
* @param obj pointer to button matrix object
|
* @param obj pointer to button matrix object
|
||||||
* @param id 0 based index of the button to modify. (Not counting new lines)
|
* @param btn_id 0 based index of the button to modify. (Not counting new lines)
|
||||||
*/
|
*/
|
||||||
void lv_btnmatrix_set_selected_btn(lv_obj_t * obj, uint16_t id);
|
void lv_btnmatrix_set_selected_btn(lv_obj_t * obj, uint16_t btn_id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable recoloring of button's texts. E.g. "a #ff0000 red# word"
|
* Enable recoloring of button's texts. E.g. "a #ff0000 red# word"
|
||||||
|
|||||||
Reference in New Issue
Block a user