Searched refs:lv_obj_set_style_width (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_align.c | 63 lv_obj_set_style_width(obj0s[0], LV_PCT(60), LV_PART_MAIN); in test_align() 67 lv_obj_set_style_width(obj0s[3], LV_PCT(100), LV_PART_MAIN); in test_align()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 245 lv_obj_set_style_width(obj, width, selector); in lv_obj_set_style_size()
|
D | lv_obj_style_gen.c | 13 void lv_obj_set_style_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_width() function
|
D | lv_obj_pos.c | 230 lv_obj_set_style_width(obj, w, 0); in lv_obj_set_width()
|
D | lv_obj_style_gen.h | 766 void lv_obj_set_style_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 211 lv_obj_set_style_width(right_cont, 3, LV_PART_SCROLLBAR); in right_cont_create()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 288 lv_obj_set_style_width(ui->ctrl_pad.tab.layout.spinbox_pad_top, 30, LV_PART_MAIN); in tab_layout_create()
|