Searched refs:lv_obj_replace_style (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_style.c | 108 bool replaced = lv_obj_replace_style(obj, &style_red, &style_blue, LV_PART_MAIN); in test_style_replacement() 113 replaced = lv_obj_replace_style(obj, &style_red, &style_blue, LV_PART_MAIN); in test_style_replacement()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 70 bool lv_obj_replace_style(lv_obj_t * obj, const lv_style_t * old_style, const lv_style_t * new_styl…
|
D | lv_obj_style.c | 157 bool lv_obj_replace_style(lv_obj_t * obj, const lv_style_t * old_style, const lv_style_t * new_styl… in lv_obj_replace_style() function
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 301 :cpp:expr:`lv_obj_replace_style(widget, old_style, new_style, selector)`. This 311 Using :cpp:func:`lv_obj_replace_style`: 316 …lv_obj_replace_style(btn, &style_btn, &new_style_btn, 0); /* Replace the button style with a diff…
|