Searched refs:lv_dropdown_get_options (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_dropdown.c | 59 TEST_ASSERT_EQUAL_STRING("Option 1\nOption 2\nOption 3", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 63 TEST_ASSERT_EQUAL_STRING("a1\nb2\nc3\nd4\ne5\nf6", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 74 TEST_ASSERT_EQUAL_STRING("x0\na1\nb2\nc3\nd4\ne5\nf6", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 78 TEST_ASSERT_EQUAL_STRING("x0\na1\nb2\ny0\nc3\nd4\ne5\nf6", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 82 TEST_ASSERT_EQUAL_STRING("x0\na1\nb2\ny0\nc3\nd4\ne5\nf6\nz0", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 86 TEST_ASSERT_EQUAL_STRING("", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 92 TEST_ASSERT_EQUAL_STRING("a1\nb2\nc3\nd4\ne5\nf6", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 96 TEST_ASSERT_EQUAL_STRING("x0\na1\nb2\nc3\nd4\ne5\nf6", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 100 TEST_ASSERT_EQUAL_STRING("x0\na1\nb2\ny0\nc3\nd4\ne5\nf6", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() 104 TEST_ASSERT_EQUAL_STRING("x0\na1\nb2\ny0\nc3\nd4\ne5\nf6\nz0", lv_dropdown_get_options(dd1)); in test_dropdown_set_options() [all …]
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_header_dropdown.c | 153 const char * year_p = lv_dropdown_get_options(dropdown); in year_event_cb() 173 const char * year_p = lv_dropdown_get_options(year_dd); in value_changed_event_cb()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.h | 161 const char * lv_dropdown_get_options(const lv_obj_t * obj);
|
D | lv_dropdown.c | 75 .getter = lv_dropdown_get_options, 406 const char * lv_dropdown_get_options(const lv_obj_t * obj) in lv_dropdown_get_options() function 468 const char * opts = lv_dropdown_get_options(obj); in lv_dropdown_get_option_index()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 229 return (char*) lv_dropdown_get_options(lv_obj); in pika_lvgl_dropdown_get_options()
|