def ok(self, event): self.parent.statusbar.set('Calculation Properties Modified') self.parent.history.Event('modify calculation properties') PropertiesDialog.destroy(self)
def cancel(self, event): self.Restore() PropertiesDialog.destroy(self)
def destroy(self): PropertiesDialog.destroy(self)