mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix argument documentation
This commit is contained in:
parent
a7338085ec
commit
4a54b6e4fa
@ -377,7 +377,7 @@ lv_style_t * lv_mbox_get_style(const lv_obj_t * mbox, lv_mbox_style_t type)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get whether recoloring is enabled
|
* Get whether recoloring is enabled
|
||||||
* @param btnm pointer to button matrix object
|
* @param mbox pointer to a message box object
|
||||||
* @return whether recoloring is enabled
|
* @return whether recoloring is enabled
|
||||||
*/
|
*/
|
||||||
bool lv_mbox_get_recolor(const lv_obj_t * mbox)
|
bool lv_mbox_get_recolor(const lv_obj_t * mbox)
|
||||||
|
@ -184,7 +184,7 @@ lv_style_t * lv_mbox_get_style(const lv_obj_t *mbox, lv_mbox_style_t type);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get whether recoloring is enabled
|
* Get whether recoloring is enabled
|
||||||
* @param btnm pointer to button matrix object
|
* @param mbox pointer to a message box object
|
||||||
* @return whether recoloring is enabled
|
* @return whether recoloring is enabled
|
||||||
*/
|
*/
|
||||||
bool lv_mbox_get_recolor(const lv_obj_t * mbox);
|
bool lv_mbox_get_recolor(const lv_obj_t * mbox);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user