Searched refs:titlestring (Results 1 – 4 of 4) sorted by relevance
3624 def title(self, titlestring): argument3638 _Screen._root.title(titlestring)3639 _Screen._title = titlestring
3733 def title(self, titlestring): argument3747 _Screen._root.title(titlestring)3748 _Screen._title = titlestring
1874 .. function:: title(titlestring)1876 :param titlestring: a string that is shown in the titlebar of the turtle1879 Set title of turtle window to *titlestring*.
2000 .. function:: title(titlestring)2002 :param titlestring: a string that is shown in the titlebar of the turtle2005 Set title of turtle window to *titlestring*.