Searched refs:msgbox_event_cb (Results 1 – 1 of 1) sorted by relevance
28 static void msgbox_event_cb(lv_event_t * e);166 lv_obj_add_event_cb(mbox, msgbox_event_cb, LV_EVENT_ALL, NULL); in msgbox_create()181 static void msgbox_event_cb(lv_event_t * e) in msgbox_event_cb() function