Window: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''window''' controls the visibility of PyMOL's output window | |||
===USAGE=== | ===USAGE=== | ||
window action | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.window(string action) | |||
action = 'show' or 'hide' | |||
</source> | |||
[[Category:Commands|wizard]] | [[Category:Commands|wizard]] |
Revision as of 22: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'