Home | History | Annotate | Download | only in Lib

Lines Matching refs:shapeIndex

2485     def __init__(self, screen, shapeIndex):
2488 self._setshape(shapeIndex)
2490 def _setshape(self, shapeIndex):
2492 self.shapeIndex = shapeIndex
2493 if self._type == "polygon" == screen._shapes[shapeIndex]._type:
2495 if self._type == "image" == screen._shapes[shapeIndex]._type:
2502 self._type = screen._shapes[shapeIndex]._type
2509 screen._shapes[shapeIndex]._data]
2738 q.turtle = _TurtleImage(screen, self.turtle.shapeIndex)
2741 ttype = screen._shapes[self.turtle.shapeIndex]._type
2748 screen._shapes[self.turtle.shapeIndex]._data]
2774 return self.turtle.shapeIndex
2976 shape = self.screen._shapes[self.turtle.shapeIndex]
2998 shape = screen._shapes[self.turtle.shapeIndex]
3050 shape = screen._shapes[self.turtle.shapeIndex]