Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar_header_dropdown.h46 void lv_calendar_header_dropdown_set_year_list(lv_obj_t * parent, const char * years_list);
Dlv_calendar_header_dropdown.c69 void lv_calendar_header_dropdown_set_year_list(lv_obj_t * parent, const char * years_list) in lv_calendar_header_dropdown_set_year_list() argument
103 lv_dropdown_set_options(child, years_list); in lv_calendar_header_dropdown_set_year_list()
/lvgl-3.7.0/docs/widgets/extra/
Dcalendar.md50 Sets a custom year list with `lv_calendar_header_dropdown_set_year_list(calendar, years_list)`
51 where ``years_list`` is a pointer to the custom years list. It can be a constant string