Searched refs:LV_LABEL_LONG_BREAK (Results 1 – 4 of 4) sorted by relevance
44 …LV_LABEL_LONG_BREAK, /**< Keep the object width, break the too long lines and expand the object enumerator
137 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_ta_create()521 lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_BREAK); in lv_ta_set_placeholder_text()705 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_BREAK); in lv_ta_set_one_line()706 if(ext->placeholder) lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_BREAK); in lv_ta_set_one_line()
94 lv_label_set_long_mode(ext->text, LV_LABEL_LONG_BREAK); in lv_mbox_create()
1113 else if(ext->long_mode == LV_LABEL_LONG_BREAK) { in lv_label_refr_text()
Completed in 27 milliseconds