Searched refs:month_dd (Results 1 – 1 of 1) sorted by relevance
127 lv_obj_t * month_dd = lv_dropdown_create(obj); in my_constructor() local128 lv_dropdown_set_options(month_dd, month_list); in my_constructor()129 lv_obj_add_event_cb(month_dd, month_event_cb, LV_EVENT_VALUE_CHANGED, calendar); in my_constructor()130 lv_obj_set_flex_grow(month_dd, 1); in my_constructor()190 lv_obj_t * month_dd = lv_obj_get_child(header, 1); in value_changed_event_cb() local191 lv_dropdown_set_selected(month_dd, cur_date->month - 1); in value_changed_event_cb()