From: Jonathan B. <jdb...@un...> - 2004-04-29 15:19:58
|
Fionn Behrens wrote: >P.S.: Does vpython have a command to explicitly close (and reopen) the >display window from python without user interaction? Along the lines of >the show() and hide() functionality of gtk... > >Best regards, > Fionn > > Set the visibility property on the display instance to 0 (1 is the default). HTH, Jonathan Brandmeyer |