Lines Matching refs:onclick
175 | :func:`onclick`
210 | :func:`onclick` | :func:`onscreenclick`
1364 .. function:: onclick(fun, btn=1, add=None)
1383 >>> onclick(turn) # Now clicking into the turtle will turn it.
1384 >>> onclick(None) # event-binding will be removed
1408 >>> turtle.onclick(turtle.glow) # clicking on turtle turns fillcolor red,
1771 are provided in order to be able to pass :func:`listen` to the onclick method.
1815 .. function:: onclick(fun, btn=1, add=None)
1833 >>> screen.onclick(turtle.goto) # Subsequently clicking into the TurtleScreen will
1835 >>> screen.onclick(None) # remove event binding again
1839 name ``onscreenclick``. The global function ``onclick`` is another one
1840 derived from the Turtle method ``onclick``.
2435 | paint | super minimalistic | :func:`onclick` |