Inherits from
- SplitApplicationWindow: enthought.pyface.split_application_window.SplitApplicationWindow
Attributes
- browser
The PipelineBrowser instance.
browser = Instance(PipelineBrowser)
- browser_scene
The ordered split window to use.
browser_scene = Instance(SceneWithBrowser)
- direction
The direction in which the panel is split.
direction = Str('horizontal')
- icon
The icon of the window
icon = Instance(ImageResource, scene_icon)
- 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)