Searched refs:lv_obj_remove_style (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/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-latest/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-latest/examples/widgets/table/ |
D | lv_example_table_2.c | 80 lv_obj_remove_style(table, NULL, LV_PART_ITEMS | LV_STATE_PRESSED); in lv_example_table_2()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 592 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/ |
D | lv_example_observer_4.c | 55 lv_obj_remove_style(indicator, NULL, 0); in lv_example_observer_4()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 88 void lv_obj_remove_style(lv_obj_t * obj, const lv_style_t * style, lv_style_selector_t selector);
|
D | lv_obj_style.c | 111 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/ |
D | arc.rst | 112 lv_obj_remove_style(arc, NULL, LV_PART_KNOB);
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 229 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in create_widget_charging()
|
D | lv_demo_high_res_app_ev_charging.c | 511 lv_obj_remove_style(arc, NULL, LV_PART_KNOB); in create_widget3()
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 154 lv_obj_remove_style(widget, NULL, LV_PART_MAIN);
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 324 :cpp:expr:`lv_obj_remove_style(widget, style, selector)`. This function will remove
|