class turtle.ScrolledCanvas(master)
| Parameters: | master – some Tkinter widget to contain the ScrolledCanvas, i.e. a Tkinter-canvas with scrollbars added |
|---|
Used by class Screen, which thus automatically provides a ScrolledCanvas as playground for the turtles.
Please login to continue.