Searched refs:lv_obj_set_style_max_width (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_label.c | 601 lv_obj_set_style_max_width(test_label1, 200, LV_PART_MAIN); in test_label_max_width() 610 lv_obj_set_style_max_width(test_label2, 200, LV_PART_MAIN); in test_label_max_width()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 79 lv_obj_set_style_max_width(left_cont, 450, 0); in lv_demo_ebike_home_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 29 void lv_obj_set_style_max_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_max_width() function
|
D | lv_obj_style_gen.h | 768 void lv_obj_set_style_max_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|