Inherits from
- PreferenceHelper: enthought.envisage.ui.preference.preference_helper.PreferenceHelper
Method summary
- __init__(self, font)
- get_editor_value(self, value)
- get_preference_value(klass, value)
- handles(klass, value)
Methods
- __init__(self, font)
Creates a new helper for a wx font.
- get_editor_value(self, value)
Returns the value used by a preference editor.
- get_preference_value(klass, value)
Returns the value to store in the preferences.
- handles(klass, value)
Returns True if the value is handled by this helper.