Home
last modified time | relevance | path

Searched refs:lv_obj_replace_style (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_style.c108 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/
Dlv_obj_style.h70 bool lv_obj_replace_style(lv_obj_t * obj, const lv_style_t * old_style, const lv_style_t * new_styl…
Dlv_obj_style.c157 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/
Dstyle.rst301 :cpp:expr:`lv_obj_replace_style(widget, old_style, new_style, selector)`. This
311 Using :cpp:func:`lv_obj_replace_style`:
316lv_obj_replace_style(btn, &style_btn, &new_style_btn, 0); /* Replace the button style with a diff…