Searched refs:lv_label_set_long_mode (Results 1 – 5 of 5) sorted by relevance
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_label.h | 153 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode);
|
D | lv_textarea.c | 148 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()
|
D | lv_label.c | 131 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
|
D | lv_msgbox.c | 101 lv_label_set_long_mode(ext->text, LV_LABEL_LONG_BREAK); in lv_msgbox_create()
|
D | lv_list.c | 210 lv_label_set_long_mode(label, LV_LABEL_LONG_SROLL_CIRC); in lv_list_add_btn()
|