Home
last modified time | relevance | path

Searched defs:_lv_calendar_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/calendar/
Dlv_calendar_private.h31 struct _lv_calendar_t { struct
32 lv_obj_t obj;
34 lv_obj_t * btnm;
35 lv_calendar_date_t today; /**< Date of today */
36 lv_calendar_date_t showed_date; /**< Currently visible month (day is ignored) */
37 …t * highlighted_dates; /**< Apply different style on these days (pointer to user-defined array) */
38 size_t highlighted_dates_num; /**< Number of elements in `highlighted_days` */
39 const char * map[8 * 7];
41 bool use_chinese_calendar;
46 char nums [7 * 6][20];
[all …]