Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_min_width (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.6.0/src/core/
Dlv_obj_style_gen.c11 void lv_obj_set_style_min_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selec… in lv_obj_set_style_min_width() function
Dlv_obj_style_gen.h572 void lv_obj_set_style_min_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selec…
/lvgl-3.6.0/src/widgets/
Dlv_textarea.c480 lv_obj_set_style_min_width(ta->label, min_width_value, 0); in lv_textarea_set_one_line()