Searched refs:event_handler_bottom (Results 1 – 2 of 2) sorted by relevance
87 static void event_handler_bottom(lv_event_t * e) in event_handler_bottom() function160 lv_obj_add_event_cb(btn, event_handler_bottom, LV_EVENT_ALL, NULL); in lv_example_list_2()
69 def event_handler_bottom(evt): function132 btn.add_event_cb(event_handler_bottom, lv.EVENT.ALL, None)