Lines Matching defs:Screen
119 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
150 _CFG = {"width" : 0.5, # Screen
434 """Root class for Screen based on Tkinter."""
1083 distorted. (see Screen.mode())
1203 """Reset all Turtles on the Screen to their initial state.
1332 Example (for a Screen instance named screen):
2765 To learn about how to deal with shapes see Screen-method register_shape.
3673 ### Screen - Singleton ########################
3675 def Screen():
3727 Examples (for a Screen instance named screen):
3758 This is a method of Screen-class. Not available for TurtleScreen-
3761 Example (for a Screen instance named screen):
3798 This is a method of the Screen-class and not available for
3801 Example (for a Screen instance named screen):
3806 """Screen.bye() with two dummy-parameters"""
3830 Turtle._screen = Screen()
3876 to the methods of classes Screen and Turtle and - in revised form -
3989 'Turtle._screen', 'Screen()', _screen_docrevise)