j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
98 stars 33 forks source link

Add textvariable option to Calendar #11

Closed j4321 closed 6 years ago

j4321 commented 6 years ago

Add textvariable option to Calendar: StringVar that stores the currently selected date as a string and can be used to change the date of the Calendar.

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will decrease coverage by 1.27%. The diff coverage is 78.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   93.41%   92.14%   -1.28%     
==========================================
  Files           2        2              
  Lines         744      827      +83     
==========================================
+ Hits          695      762      +67     
- Misses         49       65      +16
Impacted Files Coverage Δ
tkcalendar.py 91.51% <68%> (-1.81%) :arrow_down:
test.py 93.69% <94.28%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4e8d42...0039c1a. Read the comment docs.