Searched refs:lv_list_get_button_text (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_list.c | 24 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/ |
D | lv_list.h | 65 const char * lv_list_get_button_text(lv_obj_t * list, lv_obj_t * btn);
|
D | lv_list.c | 109 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/ |
D | lv_example_gridnav_4.c | 9 LV_LOG_USER("Clicked: %s", lv_list_get_button_text(list, obj)); in event_handler()
|
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_1.c | 11 LV_LOG_USER("Clicked: %s", lv_list_get_button_text(list1, obj)); in event_handler()
|
D | lv_example_list_2.c | 14 LV_LOG_USER("Clicked: %s", lv_list_get_button_text(list1, obj)); in event_handler()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 200 #define lv_list_get_btn_text lv_list_get_button_text
|