Samlant / QuickDraw

Automation for admin tasks, client intake, allocation of available markets, and dissemination of submissions to insurance carriers.
1 stars 0 forks source link

refactor: separate styling of tkinter widgets from its creation/functional code. #72

Closed Samlant closed 12 months ago

Samlant commented 12 months ago

Description, issue

Currently, all tkinter widget code (creation, styling and funcitonality) exist wihtin one long script. We should separate styling apart form the rest to separate concerns better.

Solution

Create a submodule that contains styling code for all tkinter widgets---except for Text boxes since tkk does not have a text box widget, so it's only available within tk code.

Alternatives

Possibly include it within the init.py script...