def setUp(self):
     GuiTestAssistant.setUp(self)
     self.area_pane = SplitEditorAreaPane()
 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
 def create_central_pane(self):
     """ Create the central pane: the script editor.
     """
     self.editor_area = SplitEditorAreaPane()
     return self.editor_area