Full Screen: Difference between revisions
Jump to navigation
Jump to search
m (Added Python command) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
'''full_screen''' enables or disables PyMOL's full screen mode. This does not work well on all platforms. | '''full_screen''' enables or disables PyMOL's full screen mode. This does not work well on all platforms. | ||
Line 6: | Line 6: | ||
full_screen off | full_screen off | ||
===PYMOL API=== | |||
<source lang="python"> | <source lang="python"> | ||
cmd.full_screen('on') | cmd.full_screen('on') | ||
Line 11: | Line 12: | ||
</source> | </source> | ||
[[Category:Commands| | [[Category:Commands|Full Screen]] |
Latest revision as of 13:32, 17 November 2009
full_screen enables or disables PyMOL's full screen mode. This does not work well on all platforms.
USAGE
full_screen on full_screen off
PYMOL API
cmd.full_screen('on')
cmd.full_screen('off')