Difference between revisions of "Pickable"

From PyMOLWiki
Jump to navigation Jump to search
 
m
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 23: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