Home
last modified time | relevance | path

Searched refs:lv_obj_remove_style (Results 1 – 11 of 11) sorted by relevance

/lvgl-3.7.0/examples/widgets/meter/
Dlv_example_meter_4.c12 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()
Dlv_example_meter_2.c21 lv_obj_remove_style(meter, NULL, LV_PART_INDICATOR); in lv_example_meter_2()
/lvgl-3.7.0/examples/widgets/arc/
Dlv_example_arc_2.c19 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/
Dlv_obj_style.h86 void lv_obj_remove_style(struct _lv_obj_t * obj, lv_style_t * style, lv_style_selector_t selector);
94lv_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()
Dlv_obj_style.c106 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/
Dlv_example_scroll_4.c31 lv_obj_remove_style(obj, NULL, LV_PART_SCROLLBAR | LV_STATE_ANY); in lv_example_scroll_4()
/lvgl-3.7.0/examples/widgets/table/
Dlv_example_table_2.c73 lv_obj_remove_style(table, NULL, LV_PART_ITEMS | LV_STATE_PRESSED); in lv_example_table_2()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c1118 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/
Darc.md53 lv_obj_remove_style(arc, NULL, LV_PART_KNOB);
/lvgl-3.7.0/docs/overview/
Dcoords.md56 lv_obj_remove_style(obj, NULL, LV_PART_MAIN);
Dstyle.md209 To remove specific styles use `lv_obj_remove_style(obj, style, selector)`. This function will remov…