Inherits from
- MPythonShell: enthought.pyface.i_python_shell.MPythonShell
- Widget: enthought.pyface.ui.wx.widget.Widget
Attributes
- command_executed
command_executed = Event
- key_pressed
key_pressed = Event(KeyPressedEvent)
Method summary
- __init__(self, parent, **traits)
- execute_command(self, command, hidden = True)
- interpreter(self)
- on_drag_over(self, x, y, obj, default_drag_result)
- on_drop(self, x, y, obj, default_drag_result)
Methods
- __init__(self, parent, **traits)
Creates a new pager.
- execute_command(self, command, hidden = True)
- interpreter(self)
- on_drag_over(self, x, y, obj, default_drag_result)
Always returns wx.DragCopy to indicate we will be doing a copy.
- on_drop(self, x, y, obj, default_drag_result)
Called when a drop occurs on the shell.