Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c154 lv_obj_refresh_style(obj, selector, LV_STYLE_PROP_ANY); in lv_obj_add_style()
198 lv_obj_refresh_style(obj, part, LV_STYLE_PROP_ANY); in lv_obj_replace_style()
252 lv_obj_refresh_style(obj, part, prop); in lv_obj_remove_style()
275 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
382 lv_obj_refresh_style(obj, selector, prop); in lv_obj_set_local_style_prop()
419 lv_obj_refresh_style(obj, selector, prop); in lv_obj_remove_local_style_prop()
445 lv_obj_refresh_style(obj, tr_dsc->selector, tr_dsc->prop); in lv_obj_style_create_transition()
784 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in report_style_change_core()
914 if(refr) lv_obj_refresh_style(tr->obj, tr->selector, tr->prop); in trans_anim_cb()
940 lv_obj_refresh_style(tr->obj, tr->selector, tr->prop); in trans_anim_start_cb()
Dlv_obj_class.c115 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_class_init_obj()
Dlv_obj_style.h111 void lv_obj_refresh_style(lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop);
Dlv_obj.c966 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in update_obj_state()
969 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in update_obj_state()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst342 …Widget(s) are affected by that style call :cpp:expr:`lv_obj_refresh_style(widget, part, property)`.
343 …To refresh all parts and properties use :cpp:expr:`lv_obj_refresh_style(widget, LV_PART_ANY, LV_ST…