Pickable: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
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]]
[[Category:Mouse]]

Latest revision as of 16:06, 4 June 2009

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