Home
last modified time | relevance | path

Searched refs:onscreenclick (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
Dpaint.py46 onscreenclick(goto,1)
47 onscreenclick(changecolor,2)
48 onscreenclick(switchupdown,3)
/external/python/cpython2/Demo/turtle/
Dtdemo_paint.py46 onscreenclick(goto,1)
47 onscreenclick(changecolor,2)
48 onscreenclick(switchupdown,3)
/external/python/cpython2/Doc/library/
Dturtle.rst195 | :func:`onclick` | :func:`onscreenclick`
1655 onscreenclick(fun, btn=1, add=None)
1677 name ``onscreenclick``. The global function ``onclick`` is another one
/external/python/cpython3/Doc/library/
Dturtle.rst210 | :func:`onclick` | :func:`onscreenclick`
1734 onscreenclick(fun, btn=1, add=None)
1756 name ``onscreenclick``. The global function ``onclick`` is another one
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1421 onscreenclick = onclick variable in TurtleScreen
/external/python/cpython3/Lib/
Dturtle.py1504 onscreenclick = onclick variable in TurtleScreen