This is a read-only mirror of pymolwiki.org

Full Screen

From PyMOL Wiki
(Redirected from Cmd full screen)
Jump to navigation Jump to search

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