示例#1
0
def quit_(process):
   SaveProperties()
   play_move.end()
   global runTk
   runTk = 0
   cv2.destroyAllWindows()
   print "Quit"
示例#2
0
def quit_():
   cv2.destroyAllWindows()
   play_move.end()
示例#3
0
def quit_(root, process):
   global runTk
   runTk = 0
   cv2.destroyAllWindows()
   play_move.end()
   root.destroy()