Home
last modified time | relevance | path

Searched refs:titlestring (Results 1 – 2 of 2) 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/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*.