Lines Matching defs:position

134         'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
641 actual mouse position on the canvas.
726 at position (x,y) on canvas)
1614 """move turtle to position end."""
1629 >>> turtle.position()
1632 >>> turtle.position()
1635 >>> turtle.position()
1652 >>> turtle.position()
1655 >>> turtle.position()
1705 Aliases: pos | position
1745 """Move turtle to an absolute position.
1757 Move turtle to an absolute position. If the pen is down,
1803 >>> turtle.position()
1806 >>> turtle.position()
1821 >>> turtle.position()
1824 >>> turtle.position()
1862 """Return the angle of the line from the turtle's position to (x, y).
1873 Return the angle, between the line from turtle-position to position
1951 current pen position. Draw the arc in counterclockwise direction
2016 position = pos
2569 >>> turtle.position()
2574 >>> turtle.position()
2637 State and position of the turtle as well as drawings of other
2719 Create and return a clone of the turtle with same position, heading
2971 according to current position and heading.
3057 turtle position. Return a stamp_id for that stamp, which can be
3259 # Turtle now at position old,
3428 """Write text at the current turtle position.
3437 turtle position according to align ("left", "center" or right")
3461 Start recording the vertices of a polygon. Current turtle position
3475 Stop recording the vertices of a polygon. Current turtle position is
3713 """ Set the size and position of the main window.
3720 startx: if positive, starting position in pixels from the left
3723 starty: if positive, starting position in pixels from the top