Searched refs:lv_obj_set_style_border_side (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/examples/widgets/tabview/ |
D | lv_example_tabview_2.c | 15 lv_obj_set_style_border_side(tab_btns, LV_BORDER_SIDE_RIGHT, LV_PART_ITEMS | LV_STATE_CHECKED); in lv_example_tabview_2()
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_table.c | 156 lv_obj_set_style_border_side(table, LV_BORDER_SIDE_FULL, LV_PART_ITEMS); in test_table_rendering()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 315 void lv_obj_set_style_border_side(struct _lv_obj_t * obj, lv_border_side_t value, lv_style_selector… in lv_obj_set_style_border_side() function
|
D | lv_obj_style_gen.h | 610 void lv_obj_set_style_border_side(struct _lv_obj_t * obj, lv_border_side_t value, lv_style_selector…
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 572 lv_obj_set_style_border_side(chart1, LV_BORDER_SIDE_LEFT | LV_BORDER_SIDE_BOTTOM, 0); in analytics_create() 617 lv_obj_set_style_border_side(chart2, LV_BORDER_SIDE_LEFT | LV_BORDER_SIDE_BOTTOM, 0); in analytics_create()
|