mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge 851493a1888a5e952a55c3c2d76e6ad52c4419a2 into dev
This commit is contained in:
commit
2f26d0a511
@ -1332,6 +1332,7 @@ bool lv_obj_remove_style_local_prop(lv_obj_t * obj, uint8_t part, lv_style_prope
|
|||||||
/**
|
/**
|
||||||
* Notify an object (and its children) about its style is modified
|
* Notify an object (and its children) about its style is modified
|
||||||
* @param obj pointer to an object
|
* @param obj pointer to an object
|
||||||
|
* @param part the part of the object which style property should be refreshed.
|
||||||
* @param prop `LV_STYLE_PROP_ALL` or an `LV_STYLE_...` property. It is used to optimize what needs to be refreshed.
|
* @param prop `LV_STYLE_PROP_ALL` or an `LV_STYLE_...` property. It is used to optimize what needs to be refreshed.
|
||||||
*/
|
*/
|
||||||
void lv_obj_refresh_style(lv_obj_t * obj, uint8_t part, lv_style_property_t prop)
|
void lv_obj_refresh_style(lv_obj_t * obj, uint8_t part, lv_style_property_t prop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user