Full screen: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
m (Blanked the page)
(Undo revision 6828 by Vinnyrose (talk))
Line 1: Line 1:
= Overview =
This determines if PyMOL takes up the entire desktop screen or not.


= Syntax =
<source lang="python">
# make PyMOL run full screen
set full_screen, on
# go back to normal mode
set full_screen, off
</source>
= Notes =
Didn't do anything in my Mac version of PyMOL.
[[Category:Commands|Full screen]]

Revision as of 09:01, 30 August 2011

Overview

This determines if PyMOL takes up the entire desktop screen or not.

Syntax

# make PyMOL run full screen
set full_screen, on

# go back to normal mode
set full_screen, off

Notes

Didn't do anything in my Mac version of PyMOL.