Searched refs:scroll_event_cb (Results 1 – 2 of 2) sorted by relevance
4 static void scroll_event_cb(lv_event_t * e) in scroll_event_cb() function57 lv_obj_add_event_cb(cont, scroll_event_cb, LV_EVENT_SCROLL, NULL); in lv_example_scroll_6()
1 def scroll_event_cb(e): function49 cont.add_event_cb(scroll_event_cb, lv.EVENT.SCROLL, None)