Expand description
A simple calendar widget. (feature: widget-calendar)
The Monthly widget will display a calendar for the month provided in display_date. Days
are styled using the default style unless:
show_surroundingis set, then days not in thedisplay_datemonth will use that style.- a style is returned by the
DateStylerfor the day
Monthly has several controls for what should be displayed
Structs§
- Calendar
Event Store - A simple
DateStylerbased on aHashMap - Monthly
- Display a month calendar for the month containing
display_date
Traits§
- Date
Styler - Provides a method for styling a given date. Monthly is generic on this trait, so any type that implements this trait can be used.