Home
last modified time | relevance | path

Searched refs:lv_dropdown_set_options (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.4.0/tests/src/test_cases/
Dtest_dropdown.c60 lv_dropdown_set_options(dd1, "a1\nb2\nc3\nd4\ne5\nf6"); in test_dropdown_set_options()
87lv_dropdown_set_options(dd1, "o1\no2"); /*Just to add some content before lv_dropdown_set_options_… in test_dropdown_set_options()
170 lv_dropdown_set_options(dd1, "1\n2\n3\n4\n5\n6\n7\n8"); in test_dropdown_keypad()
273 lv_dropdown_set_options(dd1, "1\n2\n3\n4\n5\n6\n7\n8"); in test_dropdown_encoder()
356lv_dropdown_set_options(dd3, "a0\na1\na2\na3\na4\na5\na6\na7\na8\na9\na10\na11\na12\na13\na14\na15… in test_dropdown_render_1()
373 lv_dropdown_set_options(dd1, "1\n2"); in test_dropdown_render_2()
379 lv_dropdown_set_options(dd2, "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15"); in test_dropdown_render_2()
386 lv_dropdown_set_options(dd3, "1aaaaaaaaaaaaaaaa\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15"); in test_dropdown_render_2()
392 lv_dropdown_set_options(dd4, "1aaaaaaaaaaaaaaaa\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15"); in test_dropdown_render_2()
400 lv_dropdown_set_options(dd5, "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15"); in test_dropdown_render_2()
[all …]
/lvgl-3.4.0/src/extra/widgets/calendar/
Dlv_calendar_header_dropdown.c84 lv_dropdown_set_options(year_dd, year_list); in my_constructor()
89 lv_dropdown_set_options(month_dd, month_list); in my_constructor()
/lvgl-3.4.0/examples/widgets/dropdown/
Dlv_example_dropdown_1.c20 lv_dropdown_set_options(dd, "Apple\n" in lv_example_dropdown_1()
Dlv_example_dropdown_3.c20 lv_dropdown_set_options(dropdown, "New project\n" in lv_example_dropdown_3()
/lvgl-3.4.0/src/widgets/
Dlv_dropdown.h91 void lv_dropdown_set_options(lv_obj_t * obj, const char * options);
Dlv_dropdown.c114 void lv_dropdown_set_options(lv_obj_t * obj, const char * options) in lv_dropdown_set_options() function
/lvgl-3.4.0/docs/widgets/core/
Ddropdown.md46 Options are passed to the drop-down list as a string with `lv_dropdown_set_options(dropdown, option…
/lvgl-3.4.0/demos/stress/
Dlv_demo_stress.c215 lv_dropdown_set_options(obj, "Zero\nOne\nTwo\nThree\nFour\nFive\nSix\nSeven\nEight"); in obj_test_task_cb()