コード例 #1
0
 def setUp(self):
     GuiTestAssistant.setUp(self)
     self.area_pane = SplitEditorAreaPane()
コード例 #2
0
 def create_central_pane(self):
     """ Create an DataViews pane as the main task UI.
     """
     self.central_pane = SplitEditorAreaPane()
     return self.central_pane
コード例 #3
0
 def create_central_pane(self):
     self.editor_area = SplitEditorAreaPane(
         callbacks={'open': self._new_file})
     return self.editor_area
コード例 #4
0
ファイル: example_task.py プロジェクト: enthought/envisage
 def create_central_pane(self):
     """ Create the central pane: the script editor.
     """
     self.editor_area = SplitEditorAreaPane()
     return self.editor_area