Get Title: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===  
===DESCRIPTION===  
  "get_title" retrieves a text string to the state of a particular
'''get_title''' retrieves a text string to the state of a particular object which will be displayed when the state is active.
  object which will be displayed when the state is active.
 
===USAGE===
===USAGE===
    set_title object,state
set_title object,state
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.set_title(string object,int state,string text)  
cmd.set_title(string object,int state,string text)  
</source>
</source>


[[Category:Commands|get_title]]
[[Category:Commands|get_title]]

Revision as of 22:07, 2 June 2005

DESCRIPTION

get_title retrieves a text string to the state of a particular object which will be displayed when the state is active.

USAGE

set_title object,state

PYMOL API

 cmd.set_title(string object,int state,string text)