Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_6.c4 static void scroll_event_cb(lv_event_t * e) in scroll_event_cb() function
57 lv_obj_add_event_cb(cont, scroll_event_cb, LV_EVENT_SCROLL, NULL); in lv_example_scroll_6()
Dlv_example_scroll_6.py1 def scroll_event_cb(e): function
49 cont.add_event_cb(scroll_event_cb, lv.EVENT.SCROLL, None)