Home
last modified time | relevance | path

Searched refs:lv_list_get_button_text (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_list.c24 TEST_ASSERT_EQUAL_STRING(message, lv_list_get_button_text(list, button_ok)); in test_list_get_text_from_added_button()
32 TEST_ASSERT_EQUAL_STRING(message, lv_list_get_button_text(list, button_ok)); in test_list_get_text_from_button_without_symbol()
40 TEST_ASSERT_EQUAL_STRING(empty_text, lv_list_get_button_text(list, button_ok)); in test_list_gets_empty_text_from_button_without_text()
/lvgl-latest/src/widgets/list/
Dlv_list.h65 const char * lv_list_get_button_text(lv_obj_t * list, lv_obj_t * btn);
Dlv_list.c109 const char * lv_list_get_button_text(lv_obj_t * list, lv_obj_t * btn) in lv_list_get_button_text() function
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_4.c9 LV_LOG_USER("Clicked: %s", lv_list_get_button_text(list, obj)); in event_handler()
/lvgl-latest/examples/widgets/list/
Dlv_example_list_1.c11 LV_LOG_USER("Clicked: %s", lv_list_get_button_text(list1, obj)); in event_handler()
Dlv_example_list_2.c14 LV_LOG_USER("Clicked: %s", lv_list_get_button_text(list1, obj)); in event_handler()
/lvgl-latest/src/
Dlv_api_map_v8.h200 #define lv_list_get_btn_text lv_list_get_button_text