This is a read-only mirror of pymolwiki.org

Difference between revisions of "Pickable"

From PyMOL Wiki
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 03:24, 29 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