This is a read-only mirror of pymolwiki.org

Difference between revisions of "Full screen"

From PyMOL Wiki
Jump to navigation Jump to search
("F" button)
 
m (1 revision)
 
(No difference)

Latest revision as of 02:16, 28 March 2014

Overview

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

You can also use the "F" button in the bottom-right corner of the internal GUI to toggle full screen.

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.