2009/3/2 Nathaniel Echols <[email protected]>: > Is this even possible? Either Python or Scheme would be okay. I figured > out how to hide everything (in Python), but I'm trying to reload files via a > button, and they always have the same name, so the display manager becomes > confusing quickly. > thanks, > Nat
This should close all molecules and maps: (map (lambda (imol) (close-molecule imol)) (number-list 0 (- (graphics-n-molecules) 1))) J.
