Searched refs:month_event_cb (Results 1 – 2 of 2) sorted by relevance
29 static void month_event_cb(lv_event_t * e);81 lv_obj_add_event_cb(mo_prev, month_event_cb, LV_EVENT_CLICKED, NULL); in my_constructor()93 lv_obj_add_event_cb(mo_next, month_event_cb, LV_EVENT_CLICKED, NULL); in my_constructor()101 static void month_event_cb(lv_event_t * e) in month_event_cb() function
29 static void month_event_cb(lv_event_t * e);129 lv_obj_add_event_cb(month_dd, month_event_cb, LV_EVENT_VALUE_CHANGED, calendar); in my_constructor()137 static void month_event_cb(lv_event_t * e) in month_event_cb() function