Lines Matching refs:calendar
7 The Calendar object is a classic calendar which can:
15 … current year or month. Instead, there are optional "headers" that can be attached to the calendar.
20 … the hood to arrange the days into a matrix. `lv_calendar_get_btnmatrix(calendar)` can be used to …
21 … - `LV_PART_MAIN` The background of the calendar. Uses all the background related style properties.
34 To set the current date (today), use the `lv_calendar_set_today_date(calendar, year, month, day)` f…
37 To set the shown date, use `lv_calendar_set_shown_date(calendar, year, month)`;
41 …`lv_calendar_date_t` array loaded by `lv_calendar_set_highlighted_dates(calendar, highlighted_date…
45 The name of the days can be adjusted with `lv_calendar_set_day_names(calendar, day_names)` where `d…
50 Sets a custom year list with `lv_calendar_header_dropdown_set_year_list(calendar, years_list)`
56 - `LV_EVENT_VALUE_CHANGED` Sent if a date is clicked. `lv_calendar_get_pressed_date(calendar, &date…
70 `lv_calendar_header_arrow_create(calendar)` creates a header that contains a left and right arrow o…
74 `lv_calendar_header_dropdown_create(calendar)` creates a header that contains 2 drop-drown lists: o…
81 .. include:: ../../../examples/widgets/calendar/index.rst