/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_1.c | 10 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_WRAP); /*Break the long lines*/ in lv_example_label_1() 19 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
|
D | lv_example_label_5.c | 23 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_5()
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_label_parser.c | 59 … if(lv_streq("long_mode", name)) lv_label_set_long_mode(item, long_mode_text_to_enum_value(value)); in lv_xml_label_apply()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_label.c | 154 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_left() 281 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_right() 408 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_center() 585 lv_label_set_long_mode(test_label, LV_LABEL_LONG_MODE_DOTS); in test_label_rtl_dot_long_mode() 613 lv_label_set_long_mode(test_label2, LV_LABEL_LONG_MODE_DOTS); in test_label_max_width() 648 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_SCROLL); in test_label_scroll_mid_update() 654 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in test_label_scroll_mid_update()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_17.c | 47 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_17()
|
D | lv_example_style_16.c | 78 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_16()
|
D | lv_example_style_18.c | 93 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_18()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.h | 116 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode);
|
D | lv_label.c | 74 .setter = lv_label_set_long_mode, 221 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() function 735 lv_label_set_long_mode(obj, LV_LABEL_LONG_MODE_WRAP); in lv_label_constructor()
|
/lvgl-latest/src/widgets/win/ |
D | lv_win.c | 58 lv_label_set_long_mode(title, LV_LABEL_LONG_MODE_DOTS); in lv_win_add_title()
|
/lvgl-latest/src/widgets/list/ |
D | lv_list.c | 102 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_list_add_button()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_list.c | 200 lv_label_set_long_mode(label, LV_LABEL_LONG_CLIP); in add_external_app() 241 lv_label_set_long_mode(label, LV_LABEL_LONG_CLIP); in add_app_list()
|
D | lv_demo_smartwatch_home.c | 307 lv_label_set_long_mode(face_label, LV_LABEL_LONG_DOT); in lv_demo_smartwatch_add_watchface() 351 lv_label_set_long_mode(date_label, LV_LABEL_LONG_CLIP); in create_screen_home() 423 lv_label_set_long_mode(alert_text, LV_LABEL_LONG_DOT); in create_screen_home()
|
D | lv_demo_smartwatch_weather.c | 155 lv_label_set_long_mode(label_day, LV_LABEL_LONG_CLIP); in lv_demo_smartwatch_weather_add_daily() 174 lv_label_set_long_mode(label, LV_LABEL_LONG_CLIP); in lv_demo_smartwatch_weather_add_daily()
|
D | lv_demo_smartwatch_notifications.c | 139 lv_label_set_long_mode(notification_text, LV_LABEL_LONG_DOT); in lv_demo_smartwatch_add_notification()
|
D | lv_demo_smartwatch.c | 438 lv_label_set_long_mode(dialog_title, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_dialog_window()
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 89 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in my_constructor()
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_5.c | 162 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in create_text()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 292 lv_label_set_long_mode(lv_obj, mode); in pika_lvgl_label_set_long_mode()
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 110 You can specify the long mode with :cpp:expr:`lv_label_set_long_mode(label, LV_LABEL_LONG_...)`
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 246 … if(lv_streq("long_mode", name)) lv_label_set_long_mode(item, long_mode_text_to_enum_value(value));
|
D | obj_property.rst | 56 .setter = lv_label_set_long_mode,
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 265 lv_label_set_long_mode(dsc, LV_LABEL_LONG_MODE_WRAP); in profile_create()
|