Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:shapeIndex

2389     def __init__(self, screen, shapeIndex):
2392 self._setshape(shapeIndex)
2394 def _setshape(self, shapeIndex):
2396 self.shapeIndex = shapeIndex
2397 if self._type == "polygon" == screen._shapes[shapeIndex]._type:
2399 if self._type == "image" == screen._shapes[shapeIndex]._type:
2406 self._type = screen._shapes[shapeIndex]._type
2413 screen._shapes[shapeIndex]._data]
2642 q.turtle = _TurtleImage(screen, self.turtle.shapeIndex)
2645 ttype = screen._shapes[self.turtle.shapeIndex]._type
2652 screen._shapes[self.turtle.shapeIndex]._data]
2678 return self.turtle.shapeIndex
2800 shape = screen._shapes[self.turtle.shapeIndex]
2867 shape = screen._shapes[self.turtle.shapeIndex]