Lines Matching full:coordinates
527 coordlist is sequence of coordinates
557 coordlist is sequence of coordinates
631 fun must be a function with two arguments, the coordinates
646 fun must be a function with two arguments, the coordinates
665 fun must be a function with two arguments, the coordinates of the
686 fun must be a function with two arguments, the coordinates
770 coordinates = self.cv.coords(item)
772 while coordinates:
773 x, y = coordinates[:2]
776 coordinates = coordinates[2:]
1025 all drawings are redrawn according to the new coordinates.
1062 of pairs of coordinates. Installs the corresponding
1300 fun -- a function with two arguments, the coordinates of the
1667 call: goto(x, y) # two coordinates
1668 --or: goto((x, y)) # a pair (tuple) of coordinates
1694 """Move turtle to the origin - coordinates (0,0).
1698 Move turtle to the origin - coordinates (0,0) and set its
1750 call: distance(x, y) # two coordinates
1751 --or: distance((x, y)) # a pair (tuple) of coordinates
1782 call: distance(x, y) # two coordinates
1783 --or: distance((x, y)) # a pair (tuple) of coordinates
3419 the coordinates of the clicked point on the canvas.
3440 the coordinates of the clicked point on the canvas.
3465 the coordinates of the clicked point on the canvas.