Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-07-29 | 818 Bytes | |
tkcalendar-1.5.0.tar.gz | 2019-07-29 | 48.3 kB | |
tkcalendar-1.5.0.zip | 2019-07-29 | 61.6 kB | |
Totals: 3 Items | 110.8 kB | 0 |
- Add disabledforeground and disabledbackground options to further customize
the disabled state appearance of the
Calendar
- Add maxdate and mindate options to set an allowed date range for date selection
- Add weekenddays option to choose the days colored as week-end days (#37)
- Add date_pattern option to customize the date format
- Add
Calendar.see()
method to make sure a date is visible - Make
Calendar.selection_clear()
actually clear the selection - Make locale option editable after the creation of the Calendar
- Fix
ValueError
when retrieving default locale - Fix date parsing error in Swedish locale and some others (#44)
- Improve compliance with ttk themes by making the
DateEntry
look like attk.Combobox
(#42) - Fix high CPU issues in Windows (#36)