Set title: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(Created page with '=Overview= Sets the title of an object. =Usage= <source lang="python"> set_title objName, stateNo, newTitle # for example, set_title ligs3d, 1, This is a new title. </source> …')
 
No edit summary
 
Line 1: Line 1:
=Overview=
 
Sets the title of an object.
Sets the title of an object.



Latest revision as of 13:46, 17 November 2009

Sets the title of an object.

Usage

set_title objName, stateNo, newTitle

# for example,
set_title ligs3d, 1, This is a new title.