Full screen: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(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...)
 
("F" button)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Overview =
= Overview =
This determines if PyMOL takes up the entire desktop screen or not.
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|internal GUI]] to toggle full screen.


= Syntax =
= Syntax =
Line 13: Line 15:
= Notes =
= Notes =
Didn't do anything in my Mac version of PyMOL.
Didn't do anything in my Mac version of PyMOL.
[[Category:Commands|Full screen]]

Latest revision as of 08:07, 30 August 2011

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.