Pickable: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 8: Line 8:
To turn on click-to-select (default):
To turn on click-to-select (default):
<source lang="python">set pickable, 1</source>
<source lang="python">set pickable, 1</source>
[[Category:Settings]]

Revision as of 22:24, 28 June 2006

Overview

The pickable setting is used to determine whether clicking atoms with the mouse can add or remove selections.

Syntax

To turn off click-to-select:

set pickable, 0

To turn on click-to-select (default):

set pickable, 1