Ejemplo n.º 1
0
	def createButtonBox(self):
		"""
		Creates a button box containing the buttons Render, 
					 Preview and Close
		"""
		TaskPanel.createButtonBox(self)
		lib.messenger.connect(None, "process_dataset", self.doColocalizationCallback)		 
    def createButtonBox(self):
        """
		Creates a button box containing the buttons Render,
					 Preview and Close
		"""
        TaskPanel.createButtonBox(self)
        # self.processButton.SetLabel("Process Dataset Series")
        # self.processButton.Bind(wx.EVT_BUTTON,self.doProcessingCallback)
        lib.messenger.connect(None, "process_dataset", self.doProcessingCallback)
Ejemplo n.º 3
0
    def createButtonBox(self):
        """
		Creates a button box containing the buttons Render,
					 Preview and Close
		"""
        TaskPanel.createButtonBox(self)
        #self.processButton.SetLabel("Process Dataset Series")
        #self.processButton.Bind(wx.EVT_BUTTON,self.doProcessingCallback)
        lib.messenger.connect(None, "process_dataset",
                              self.doProcessingCallback)