Smart widgets consist of existing widgets with improved API. In most cases, these widgets will simply incorporate the appropriate type of xVar for the widget type. For instance, imaging providing for an OptionMenu without having to use a StringVar. These widgets generally appear the same as their ordinary counterparts that are already present within the library.
.. autoclass:: widgets.SmartOptionMenu
:members:
.. autoclass:: widgets.SmartSpinBox
:members:
.. autoclass:: widgets.SmartCheckbutton
:members:
.. autoclass:: widgets.SmartListBox
:members:
.. autoclass:: widgets.BinaryLabel
:members:
.. autoclass:: widgets.ByteLabel
:members:
