This is a read-only mirror of pymolwiki.org

Difference between revisions of "Full Screen"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (5 revisions)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
    "full_screen" enables or disables PyMOL's full screen mode.  This
+
'''full_screen''' enables or disables PyMOL's full screen mode.  This does not work well on all platforms.
  does not work well on all platforms.
+
 
 
 
===USAGE===
 
===USAGE===
    full_screen on
+
full_screen on
  full_screen off  
+
full_screen off
 +
 
 +
===PYMOL API===
 +
<source lang="python">
 +
cmd.full_screen('on')
 +
cmd.full_screen('off')
 +
</source>
  
[[Category:Commands|full_screen]]
+
[[Category:Commands|Full Screen]]

Latest revision as of 02:00, 28 March 2014

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')