j4321 / tkcalendar

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

Added textvariable support #8

Closed nprobert closed 6 years ago

nprobert commented 6 years ago

Added textvariable support and get_date() / set_date() methods. Fix #6.

codecov[bot] commented 6 years ago

Codecov Report

Merging #8 into master will decrease coverage by 0.79%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #8     +/-   ##
=========================================
- Coverage   93.34%   92.54%   -0.8%     
=========================================
  Files           2        2             
  Lines         736      751     +15     
=========================================
+ Hits          687      695      +8     
- Misses         49       56      +7
Impacted Files Coverage Δ
tkcalendar.py 92.12% <60%> (-1.1%) :arrow_down:

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 60c112b...d07c636. Read the comment docs.

nprobert commented 6 years ago

I've made the 4 fixes you recommended to help make my application more stable. Not being familiar with the Entry widget, I'm not sure how to accomplish that with the textvariable. I could, given the time, but I'll be traveling for the next couple of weeks.