Difference between revisions of "Window"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''window''' controls the visibility of PyMOL's output window
  "window" controls the visibility of PyMOL's output window
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  window action
  window action
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.window(string action)
+
cmd.window(string action)
 
   
 
   
  action = 'show' or 'hide'  
+
action = 'show' or 'hide'  
</source>
+
</source>
  
 
[[Category:Commands|wizard]]
 
[[Category:Commands|wizard]]

Revision as of 23:39, 2 June 2005

DESCRIPTION

window controls the visibility of PyMOL's output window

USAGE

window action

PYMOL API

cmd.window(string action)
 
action = 'show' or 'hide'