This is a read-only mirror of pymolwiki.org

Difference between revisions of "Window"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(One intermediate revision by the same user not shown)
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|Window]]

Revision as of 14:29, 20 June 2009

DESCRIPTION

window controls the visibility of PyMOL's output window

USAGE

window action

PYMOL API

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