Home
last modified time | relevance | path

Searched refs:titlestring (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
Dturtle.py3624 def title(self, titlestring): argument
3638 _Screen._root.title(titlestring)
3639 _Screen._title = titlestring
/external/python/cpython3/Lib/
Dturtle.py3733 def title(self, titlestring): argument
3747 _Screen._root.title(titlestring)
3748 _Screen._title = titlestring
/external/python/cpython2/Doc/library/
Dturtle.rst1874 .. function:: title(titlestring)
1876 :param titlestring: a string that is shown in the titlebar of the turtle
1879 Set title of turtle window to *titlestring*.
/external/python/cpython3/Doc/library/
Dturtle.rst2000 .. function:: title(titlestring)
2002 :param titlestring: a string that is shown in the titlebar of the turtle
2005 Set title of turtle window to *titlestring*.