Lines Matching refs:drawing
32 the direction it is facing, drawing a line as it moves. Give it the
558 fill is drawing color
780 """Resize the canvas the turtles are drawing on. Does
781 not alter the drawing window.
1200 (Can be used to accelerate the drawing of complex graphics.)
1221 """ Return or set the drawing delay in milliseconds.
1334 the up-arrow key, consequently drawing a hexagon
1402 """Resize the canvas the turtles are drawing on.
1410 Do not alter the drawing window. To observe hidden parts of
1412 of a drawing, which were outside the canvas before!)
1937 """Drawing part of the RawTurtle.
1938 Implements drawing properties.
2010 """Pull the pen up -- no drawing when moving.
2024 """Pull the pen down -- drawing when moving.
2070 line drawing and turtle turning.
2230 middle of a complicated drawing, because hiding
2231 the turtle speeds up the drawing observably.
2583 (Can be used to accelerate the drawing of complex graphics.)
2977 """Move the pen to the point end, thereby drawing a line
3033 drawing, pc, ps, filling = go_modes
3066 if drawing:
3071 if drawing:
3129 """Call fill(True) before drawing a shape to fill, fill(False) when done.
3134 Call fill(True) before drawing the shape you want to fill,
3180 """Called just before drawing a shape to be filled.
3346 """Return the TurtleScreen object, the turtle is drawing on.
3350 Return the TurtleScreen object, the turtle is drawing on.