Ejemplo n.º 1
0
 def __onAddChild(self, _event):
     assert self.popupPage is not None
     createChildPage(self.parent, self.popupPage)
Ejemplo n.º 2
0
 def run (self, params):
     createChildPage (self._application.mainWindow,
                      self._application.selectedPage)
Ejemplo n.º 3
0
 def __onAddChild(self, event):
     assert self.popupPage is not None
     createChildPage(self.parent, self.popupPage)
Ejemplo n.º 4
0
 def run(self, params):
     createChildPage(self._application.mainWindow,
                     self._application.selectedPage)