j4321 / tkcalendar

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

DateEntry does not forward name argument at init #86

Open BenBaratte opened 2 years ago

BenBaratte commented 2 years ago

In release 1.6.1 the DateEntry widget does not forward name argument at init. Therefore all DateEntry widget has a name like '.!DateEntry'

To fix this, you need to add the 'name' in the entry_kw

this is cosmetic but useful to set specific name to DateEntry widget to faciliate the .nametowidget() call.

Thanks,

Ben