mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Fix misleading comment in lv_btnm
https://forum.littlevgl.com/t/comment-refers-to-nonexisting-function/2175
This commit is contained in:
parent
013e6e9b21
commit
929bbcaee4
@ -447,7 +447,7 @@ void lv_btnm_set_btn_width(const lv_obj_t * btnm, uint16_t btn_id, uint8_t width
|
|||||||
/**
|
/**
|
||||||
* Make the button matrix like a selector widget (only one button may be toggled at a time).
|
* Make the button matrix like a selector widget (only one button may be toggled at a time).
|
||||||
*
|
*
|
||||||
* Toggling must be enabled on the buttons you want to be selected with `lv_btnm_set_ctrl` or
|
* Toggling must be enabled on the buttons you want to be selected with `lv_btnm_set_btn_ctrl` or
|
||||||
* `lv_btnm_set_btn_ctrl_all`.
|
* `lv_btnm_set_btn_ctrl_all`.
|
||||||
*
|
*
|
||||||
* @param btnm Button matrix object
|
* @param btnm Button matrix object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user