j4321 / tkcalendar

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

The confugure() method not working as expected #92

Open ObaraEmmanuel opened 2 years ago

ObaraEmmanuel commented 2 years ago

Tkinter widgets should return a dictionary of all properties and their corresponding (argvName, dbName, dbClass, default, value) tuple when configure is called without arguments. If a string is passed to configure instead, the 5-value tuple described above is returned for the specified property. tkcalendar.Calendar returns None and this causes some automated systems and GUI builders such as Formation studio not to play nice with tkcalendar. All in all tkcalendar is pretty cool and great work on your part. I can help you with resolving this.