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)
示例#3
0
 def destroy(self):
     PropertiesDialog.destroy(self)