Full screen

From PyMOLWiki
Revision as of 20:53, 15 April 2009 by Inchoate (talk | contribs) (New page: = 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 mo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.