def stopEdit(self):
   # the object is deselected from being edited
   BaseWrapper.stopEdit(self)
   if TKINTER_AVAILABLE:
     try:
       self.particlePanel.destroy()
     except:
       print "W: dgui.ParticleSystemWrapper.stopEdit: particelPanel destroy failed"
       traceback.print_exc()
 def stopEdit(self):
     # the object is deselected from being edited
     BaseWrapper.stopEdit(self)
     if TKINTER_AVAILABLE:
         try:
             self.particlePanel.destroy()
         except:
             print "W: dgui.ParticleSystemWrapper.stopEdit: particelPanel destroy failed"
             traceback.print_exc()