Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c93 lv_obj_t * mo_next = lv_button_create(obj); in my_constructor() local
94 lv_obj_set_style_bg_image_src(mo_next, LV_SYMBOL_RIGHT, 0); in my_constructor()
95 lv_obj_set_size(mo_next, btn_size, btn_size); in my_constructor()
97 lv_obj_add_event_cb(mo_next, month_event_cb, LV_EVENT_CLICKED, NULL); in my_constructor()
98 lv_obj_remove_flag(mo_next, LV_OBJ_FLAG_CLICK_FOCUSABLE); in my_constructor()