Condense Adjust options

This commit is contained in:
Mike A. Trethewey
2020-02-22 00:18:56 -08:00
parent 6c9fdcd203
commit 531d7799d6
6 changed files with 135 additions and 142 deletions

View File

@@ -126,6 +126,7 @@ def make_widget(self, type, parent, label, storageVar=None, manager=None, manage
if thisStorageVar is None:
thisStorageVar = StringVar()
widget = make_textbox(self, parent, label, thisStorageVar, manager, managerAttrs)
widget.type = type
return widget
def make_widget_from_dict(self, defn, parent):