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 (Added Python command)
(No difference)

Revision as of 16:42, 28 August 2006

DESCRIPTION

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
cmd.full_screen('on')
cmd.full_screen('off')