Home
last modified time | relevance | path

Searched refs:lv_obj_refresh_style (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_style.c103 lv_obj_refresh_style(obj, selector, LV_STYLE_PROP_ANY); in lv_obj_add_style()
149 lv_obj_refresh_style(obj, part, prop); in lv_obj_remove_style()
167 void lv_obj_refresh_style(lv_obj_t * obj, lv_style_selector_t selector, lv_style_prop_t prop) in lv_obj_refresh_style() function
275 lv_obj_refresh_style(obj, selector, prop); in lv_obj_set_local_style_prop()
283 lv_obj_refresh_style(obj, selector, prop); in lv_obj_set_local_style_prop_meta()
318 lv_obj_refresh_style(obj, selector, prop); in lv_obj_remove_local_style_prop()
678 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in report_style_change_core()
808 if(refr) lv_obj_refresh_style(tr->obj, tr->selector, tr->prop); in trans_anim_cb()
Dlv_obj_style.h112 void lv_obj_refresh_style(struct _lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop);
Dlv_obj_class.c113 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_class_init_obj()
Dlv_obj.c948 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_set_state()
/lvgl-3.7.0/docs/overview/
Dstyle.md216 …ed, and you know which object(s) are affected by that style call `lv_obj_refresh_style(obj, part, …
217 To refresh all parts and properties use `lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY)`.