A combobox tied to a specific setting. More...
Public Member Functions | |
| def | __init__ (self, parent, id, settings, key, choices) |
| def | OnSelect (self, event) |
Public Attributes | |
| key | |
| settings | |
Private Member Functions | |
| def | _get_size (self, choices=[]) |
| In Linux with GTK3 wxPython 4, there was not enough spacing. More... | |
| def | _get_value (self) |
| def | _set_value (self, value) |
A combobox tied to a specific setting.
Saves value to disk after edit.
Definition at line 68 of file preferences_dialogs.py.
| def robotide.ui.preferences_dialogs.PreferencesComboBox.__init__ | ( | self, | |
| parent, | |||
| id, | |||
| settings, | |||
| key, | |||
| choices | |||
| ) |
Definition at line 69 of file preferences_dialogs.py.
|
private |
In Linux with GTK3 wxPython 4, there was not enough spacing.
The value 72 is there for 2 digits numeric lists, for IntegerPreferenceComboBox. This issue only occurs in Linux, for Mac and Windows using default size.
Definition at line 93 of file preferences_dialogs.py.
|
private |
Reimplemented in robotide.ui.preferences_dialogs.IntegerPreferenceComboBox.
Definition at line 83 of file preferences_dialogs.py.
|
private |
Reimplemented in robotide.ui.preferences_dialogs.IntegerPreferenceComboBox.
Definition at line 102 of file preferences_dialogs.py.
| def robotide.ui.preferences_dialogs.PreferencesComboBox.OnSelect | ( | self, | |
| event | |||
| ) |
Definition at line 98 of file preferences_dialogs.py.
| robotide.ui.preferences_dialogs.PreferencesComboBox.key |
Definition at line 71 of file preferences_dialogs.py.
| robotide.ui.preferences_dialogs.PreferencesComboBox.settings |
Definition at line 70 of file preferences_dialogs.py.