Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/tabview/
Dlv_tabview.c30 static void cont_scroll_end_event_cb(lv_event_t * e);
235 lv_obj_add_event_cb(cont, cont_scroll_end_event_cb, LV_EVENT_ALL, NULL); in lv_tabview_constructor()
314 static void cont_scroll_end_event_cb(lv_event_t * e) in cont_scroll_end_event_cb() function