API Reference for Enthought Tool Suite 3.2.0
Defines the concrete implementations of the traits Toolkit interface for the wxPython user interface toolkit.
EventSuffix = { Getattr(Name('wx'), 'wxEVT_LEFT_DOWN') : Const('left_down'), Getattr(Name('wx'), 'wxEVT_LEFT_DCLICK') : Const('left_dclick'), Getattr(Name('wx'), 'wxEVT_LEFT_UP') : Const('left_up'), Getattr(Name('wx'), 'wxEVT_MIDDLE_DOWN') : Const('middle_down'), Getattr(Name('wx'), 'wxEVT_MIDDLE_DCLICK') : Const('middle_dclick'), Getattr(Name('wx'), 'wxEVT_MIDDLE_UP') : Const('middle_up'), Getattr(Name('wx'), 'wxEVT_RIGHT_DOWN') : Const('right_down'), Getattr(Name('wx'), 'wxEVT_RIGHT_DCLICK') : Const('right_dclick'), Getattr(Name('wx'), 'wxEVT_RIGHT_UP') : Const('right_up'), Getattr(Name('wx'), 'wxEVT_MOTION') : Const('mouse_move'), Getattr(Name('wx'), 'wxEVT_ENTER_WINDOW') : Const('enter'), Getattr(Name('wx'), 'wxEVT_LEAVE_WINDOW') : Const('leave'), Getattr(Name('wx'), 'wxEVT_MOUSEWHEEL') : Const('mouse_wheel'), Getattr(Name('wx'), 'wxEVT_PAINT') : Const('paint') }
Types of popup views:
Popups = set(('popup', 'popover', 'info'))
Handles UI notification handler requests that occur on a thread other than the UI thread.
| Local name | Refers to |
|---|---|
| cached_property | enthought.traits.has_traits.cached_property |
| Category | enthought.traits.category.Category |
| DockWindowTheme | enthought.traits.ui.dock_window_theme.DockWindowTheme |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Instance | enthought.traits.trait_types.Instance |
| position_window | enthought.traits.ui.wx.helper.position_window |
| Property | enthought.traits.traits.Property |
| PythonDropTarget | enthought.util.wx.drag_and_drop.PythonDropTarget |
| screen_dx | enthought.traits.ui.wx.constants.screen_dx |
| screen_dy | enthought.traits.ui.wx.constants.screen_dy |
| set_ui_handler | enthought.traits.trait_notifiers.set_ui_handler |
| Theme | enthought.traits.ui.theme.Theme |
| Toolkit | enthought.traits.ui.toolkit.Toolkit |
| UI | enthought.traits.ui.ui.UI |
| wx | wx |
© Copyright 2002-2009 Enthought, Inc.