Home
last modified time | relevance | path

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

/lvgl-latest/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-latest/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-latest/examples/widgets/table/
Dlv_example_table_2.c80 lv_obj_remove_style(table, NULL, LV_PART_ITEMS | LV_STATE_PRESSED); in lv_example_table_2()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c592 lv_obj_remove_style(wrapper, NULL, LV_PART_MAIN); in create_chart_with_scales()
693 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in analytics_create()
694 lv_obj_remove_style(arc, NULL, LV_PART_MAIN); in analytics_create()
708 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in analytics_create()
724 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in analytics_create()
1198 lv_obj_remove_style(bullet1, NULL, LV_PART_SCROLLBAR); in create_scale_box()
1206 lv_obj_remove_style(bullet2, NULL, LV_PART_SCROLLBAR); in create_scale_box()
1214 lv_obj_remove_style(bullet3, NULL, LV_PART_SCROLLBAR); in create_scale_box()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_4.c55 lv_obj_remove_style(indicator, NULL, 0); in lv_example_observer_4()
/lvgl-latest/src/core/
Dlv_obj_style.h88 void lv_obj_remove_style(lv_obj_t * obj, const lv_style_t * style, lv_style_selector_t selector);
Dlv_obj_style.c111 lv_obj_remove_style(obj, style, selector); in lv_obj_add_style()
203 void lv_obj_remove_style(lv_obj_t * obj, const lv_style_t * style, lv_style_selector_t selector) in lv_obj_remove_style() function
258 lv_obj_remove_style(obj, NULL, LV_PART_ANY | LV_STATE_ANY); in lv_obj_remove_style_all()
973 lv_obj_remove_style(obj, (lv_style_t *)obj_style->style, obj_style->selector); in trans_anim_completed_cb()
/lvgl-latest/docs/details/widgets/
Darc.rst112 lv_obj_remove_style(arc, NULL, LV_PART_KNOB);
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c229 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in create_widget_charging()
Dlv_demo_high_res_app_ev_charging.c511 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in create_widget3()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst154 lv_obj_remove_style(widget, NULL, LV_PART_MAIN);
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst324 :cpp:expr:`lv_obj_remove_style(widget, style, selector)`. This function will remove