Adding 'Smart' widgets
slightlynybbled
released this
26 Jun 11:45
·
322 commits
to master
since this release
Starting a small paradigm shift which will simply add Smart
to several widgets that usually require a tkinter.variable
to associate and watch for changes.
- Removed
DropDown
in favor ofSmartOptionMenu
- Added
SmartSpinBox
- Added documentation
Wheel files can be found on PyPi.