Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/widgets/list/
Dlv_example_list_2.c87 static void event_handler_bottom(lv_event_t * e) in event_handler_bottom() function
160 lv_obj_add_event_cb(btn, event_handler_bottom, LV_EVENT_ALL, NULL); in lv_example_list_2()
Dlv_example_list_2.py69 def event_handler_bottom(evt): function
132 btn.add_event_cb(event_handler_bottom, lv.EVENT.ALL, None)