Inherits from
- SplitApplicationWindow: enthought.pyface.split_application_window.SplitApplicationWindow
Attributes
- direction
The direction in which the panel is split.
direction = Str('horizontal')
- python_shell
The PythonShell instance.
python_shell = Instance(PythonShell)
- ratio
The ratio of the size of the left/top pane to the right/bottom pane.
ratio = Float(0.69999999999999996)
- scene
The Scene instance into which VTK renders.
scene = Instance(Scene)
Method summary
Methods
- __init__(self, **traits)
Creates a new window.
- close(self)