Home
last modified time | relevance | path

Searched refs:lv_list_get_btn_text (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/extra/widgets/list/
Dlv_list.h42 const char * lv_list_get_btn_text(lv_obj_t * list, lv_obj_t * btn);
Dlv_list.c101 const char * lv_list_get_btn_text(lv_obj_t * list, lv_obj_t * btn) in lv_list_get_btn_text() function
/lvgl-3.7.0/examples/others/gridnav/
Dlv_example_gridnav_4.c8 LV_LOG_USER("Clicked: %s", lv_list_get_btn_text(list, obj)); in event_handler()
/lvgl-3.7.0/examples/widgets/list/
Dlv_example_list_1.c10 LV_LOG_USER("Clicked: %s", lv_list_get_btn_text(list1, obj)); in event_handler()
Dlv_example_list_2.c16 LV_LOG_USER("Clicked: %s", lv_list_get_btn_text(list1, obj)); in event_handler()