Searched refs:LV_LABEL_LONG_WRAP (Results 1 – 6 of 6) sorted by relevance
10 lv_label_set_long_mode(label1, LV_LABEL_LONG_WRAP); /*Break the long lines*/ in lv_example_label_1()
45 …LV_LABEL_LONG_WRAP, /**< Keep the object width, wrap the too long lines and expand the… enumerator
699 label->long_mode = LV_LABEL_LONG_WRAP; in lv_label_constructor()717 lv_label_set_long_mode(obj, LV_LABEL_LONG_WRAP); in lv_label_constructor()847 if(label->long_mode == LV_LABEL_LONG_WRAP) { in draw_main()
117 lv_label_set_long_mode(mbox->text, LV_LABEL_LONG_WRAP); in lv_msgbox_create()
33 - `LV_LABEL_LONG_WRAP` Wrap too long lines. If the height is `LV_SIZE_CONTENT` the label's height w…
238 lv_label_set_long_mode(dsc, LV_LABEL_LONG_WRAP); in profile_create()