Lines Matching refs:TurtleScreen
43 1. The :class:`TurtleScreen` class defines graphics windows as a playground for
49 :class:`TurtleScreen` subclass. This function should be used when
53 All methods of TurtleScreen/Screen also exist as functions, i.e. as part of
57 on a :class:`TurtleScreen`. Its constructor needs a Canvas, ScrolledCanvas
58 or TurtleScreen as argument, so the RawTurtle objects know where to draw.
176 Methods of TurtleScreen/Screen
1045 :param arg: object to be written to the TurtleScreen
1107 name of current shape. Shape with *name* must exist in the TurtleScreen's
1364 Return the :class:`TurtleScreen` object the turtle is drawing on.
1365 TurtleScreen methods can then be called for that object.
1401 A replica of the corresponding TurtleScreen method.
1409 Both are replicas of the corresponding TurtleScreen methods.
1452 Methods of TurtleScreen/Screen and corresponding functions
1455 Most of the examples in this section refer to a TurtleScreen instance called
1472 Set or return background color of the TurtleScreen.
1503 Delete all drawings and all turtles from the TurtleScreen. Reset the now
1504 empty TurtleScreen to its initial state: white background, no background
1508 This TurtleScreen method is available as a global function only under the
1519 This TurtleScreen method is available as a global function only under the
1621 Perform a TurtleScreen update. To be used when tracer is turned off.
1631 Set focus on TurtleScreen (in order to collect key-events). Dummy arguments
1641 are removed. Remark: in order to be able to register key-events, TurtleScreen
1666 Example for a TurtleScreen instance named ``screen`` and a Turtle instance
1671 >>> screen.onclick(turtle.goto) # Subsequently clicking into the TurtleScreen will
1676 This TurtleScreen method is available as a global function only under the
1753 Return the Canvas of this TurtleScreen. Useful for insiders who know what to
1797 Add a turtle shape to TurtleScreen's shapelist. Only thusly registered
1829 Methods specific to Screen, not inherited from TurtleScreen
1894 :class:`TurtleScreen`
1906 .. class:: TurtleScreen(cv)
1915 Subclass of TurtleScreen, with :ref:`four methods added <screenspecific>`.
1996 Set or return backgroundcolor of the TurtleScreen.
2028 Set or return backgroundcolor of the TurtleScreen.