API Reference for Enthought Tool Suite 3.2.0
Defines the various font editors and the font editor factory, for the wxPython user interface toolkit..
CustomEditor = CustomFontEditor
All available font facenames
facenames = None
Standard font point sizes
PointSizes = [ '8', '9', '10', '11', '12', '14', '16', '18', '20', '22', '24', '26', '28', '36', '48', '72' ]
ReadonlyEditor = ReadonlyFontEditor
Define the names SimpleEditor, CustomEditor, TextEditor and ReadonlyEditor which are looked up by the editor factory for the font editor.
SimpleEditor = SimpleFontEditor
TextEditor = TextFontEditor
Sets the editor control's font to match a specified font.
| Local name | Refers to |
|---|---|
| BaseReadonlyEditor | enthought.traits.ui.wx.editor_factory.ReadonlyEditor |
| BaseSimpleEditor | enthought.traits.ui.wx.editor_factory.SimpleEditor |
| BaseTextEditor | enthought.traits.ui.wx.editor_factory.TextEditor |
| BaseToolkitEditorFactory | enthought.traits.ui.editors.font_editor.ToolkitEditorFactory |
| disconnect | enthought.traits.ui.wx.helper.disconnect |
| Editor | enthought.traits.ui.wx.editor.Editor |
| TraitsUIPanel | enthought.traits.ui.wx.helper.TraitsUIPanel |
| wx | wx |
© Copyright 2002-2009 Enthought, Inc.