Searched refs:years_list (Results 1 – 3 of 3) sorted by relevance
46 void lv_calendar_header_dropdown_set_year_list(lv_obj_t * parent, const char * years_list);
69 void lv_calendar_header_dropdown_set_year_list(lv_obj_t * parent, const char * years_list) in lv_calendar_header_dropdown_set_year_list() argument103 lv_dropdown_set_options(child, years_list); in lv_calendar_header_dropdown_set_year_list()
50 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