This is a read-only mirror of pymolwiki.org
Difference between revisions of "Window"
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 | |
− | + | ||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | window action | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.window(string action) | |
− | + | action = 'show' or 'hide' | |
− | + | </source> | |
− | [[Category:Commands| | + | [[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'