diplomat.wx_gui.labeler_lib.SettingCollection
- class diplomat.wx_gui.labeler_lib.SettingCollection(**values)[source]
Bases:
objectRepresents a collection of named SettingWidgets. Widget values can be extacted from the ui using get_values.
- __init__(**values)[source]
Create a new Setting Collection.
- Parameters:
values – A set of keyword arguments, the name of the argument is the name of the setting, and the value should be a SettingWidget.
Methods
__init__(**values)Create a new Setting Collection.
Get the values of all of the settings.