Searched refs:lv_obj_set_style_min_width (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_align_flex.c | 91 lv_obj_set_style_min_width(obj, 100, 0); in test_wrap_grow_min_width()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 85 lv_obj_set_style_min_width(left_cont, 220, 0); in lv_demo_ebike_home_create() 87 lv_obj_set_style_min_width(right_cont, 150, 0); in lv_demo_ebike_home_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 21 void lv_obj_set_style_min_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_min_width() function
|
D | lv_obj_style_gen.h | 767 void lv_obj_set_style_min_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 584 lv_obj_set_style_min_width(ta->label, min_width_value, 0); in lv_textarea_set_one_line()
|