Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c29 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
Dlv_calendar_header_dropdown.c29 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