Home
last modified time | relevance | path

Searched refs:lv_label_set_long_mode (Results 1 – 5 of 5) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_label.h153 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode);
Dlv_textarea.c148 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_textarea_create()
768 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_EXPAND); in lv_textarea_set_one_line()
776 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_textarea_set_one_line()
805 lv_label_set_long_mode(label, LV_LABEL_LONG_EXPAND); in lv_textarea_set_text_align()
811 lv_label_set_long_mode(label, LV_LABEL_LONG_CROP); in lv_textarea_set_text_align()
Dlv_label.c131 lv_label_set_long_mode(new_label, LV_LABEL_LONG_EXPAND); in lv_label_create()
137 lv_label_set_long_mode(new_label, lv_label_get_long_mode(copy)); in lv_label_create()
354 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() function
Dlv_msgbox.c101 lv_label_set_long_mode(ext->text, LV_LABEL_LONG_BREAK); in lv_msgbox_create()
Dlv_list.c210 lv_label_set_long_mode(label, LV_LABEL_LONG_SROLL_CIRC); in lv_list_add_btn()