Searched refs:lv_obj_remove_style (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.7.0/examples/widgets/meter/ |
D | lv_example_meter_4.c | 12 lv_obj_remove_style(meter, NULL, LV_PART_MAIN); in lv_example_meter_4() 13 lv_obj_remove_style(meter, NULL, LV_PART_INDICATOR); in lv_example_meter_4()
|
D | lv_example_meter_2.c | 21 lv_obj_remove_style(meter, NULL, LV_PART_INDICATOR); in lv_example_meter_2()
|
/lvgl-3.7.0/examples/widgets/arc/ |
D | lv_example_arc_2.c | 19 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); /*Be sure the knob is not displayed*/ in lv_example_arc_2()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.h | 86 void lv_obj_remove_style(struct _lv_obj_t * obj, lv_style_t * style, lv_style_selector_t selector); 94 …lv_obj_remove_style(obj, NULL, (lv_style_selector_t)LV_PART_ANY | (lv_style_selector_t)LV_STATE_AN… in lv_obj_remove_style_all()
|
D | lv_obj_style.c | 106 void lv_obj_remove_style(lv_obj_t * obj, lv_style_t * style, lv_style_selector_t selector) in lv_obj_remove_style() function 865 lv_obj_remove_style(obj, obj_style->style, obj_style->selector); in trans_anim_ready_cb()
|
/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_4.c | 31 lv_obj_remove_style(obj, NULL, LV_PART_SCROLLBAR | LV_STATE_ANY); in lv_example_scroll_4()
|
/lvgl-3.7.0/examples/widgets/table/ |
D | lv_example_table_2.c | 73 lv_obj_remove_style(table, NULL, LV_PART_ITEMS | LV_STATE_PRESSED); in lv_example_table_2()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 1118 lv_obj_remove_style(meter, NULL, LV_PART_MAIN); in create_meter_box() 1119 lv_obj_remove_style(meter, NULL, LV_PART_INDICATOR); in create_meter_box() 1124 lv_obj_remove_style(bullet1, NULL, LV_PART_SCROLLBAR); in create_meter_box() 1132 lv_obj_remove_style(bullet2, NULL, LV_PART_SCROLLBAR); in create_meter_box() 1140 lv_obj_remove_style(bullet3, NULL, LV_PART_SCROLLBAR); in create_meter_box()
|
/lvgl-3.7.0/docs/widgets/core/ |
D | arc.md | 53 lv_obj_remove_style(arc, NULL, LV_PART_KNOB);
|
/lvgl-3.7.0/docs/overview/ |
D | coords.md | 56 lv_obj_remove_style(obj, NULL, LV_PART_MAIN);
|
D | style.md | 209 To remove specific styles use `lv_obj_remove_style(obj, style, selector)`. This function will remov…
|