Home
last modified time | relevance | path

Searched refs:lv_roller_get_options (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/widgets/roller/
Dlv_roller.h123 const char * lv_roller_get_options(const lv_obj_t * obj);
Dlv_roller.c63 .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
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_roller.c58 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()