Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/widgets/
Dlv_dropdown.c47 static void lv_dropdown_list_event(const lv_obj_class_t * class_p, lv_event_t * e);
77 .event_cb = lv_dropdown_list_event,
717 static void lv_dropdown_list_event(const lv_obj_class_t * class_p, lv_event_t * e) in lv_dropdown_list_event() function