Searched refs:lv_roller_get_options (Results 1 – 3 of 3) sorted by relevance
123 const char * lv_roller_get_options(const lv_obj_t * obj);
63 .getter = lv_roller_get_options,225 const char * options = lv_roller_get_options(obj); in lv_roller_set_selected_str()310 const char * lv_roller_get_options(const lv_obj_t * obj) in lv_roller_get_options() function
58 TEST_ASSERT_EQUAL_STRING(default_roller_options, lv_roller_get_options(roller)); in test_roller_get_options()362 TEST_ASSERT_EQUAL_STRING("One\nTwo\nThree", lv_roller_get_options(obj)); in test_roller_properties()