Home | History | Annotate | Download | only in Lib

Lines Matching refs:stitem

3054             stitem = screen._createpoly()
3060 screen._drawpoly(stitem, shape, fill=fc, outline=oc,
3063 stitem = screen._createimage("")
3064 screen._drawimage(stitem, self._position, tshape)
3066 stitem = []
3069 stitem.append(item)
3070 stitem = tuple(stitem)
3071 for item, (poly, fc, oc) in zip(stitem, tshape):
3075 self.stampItems.append(stitem)
3076 self.undobuffer.push(("stamp", stitem))
3077 return stitem
3600 stitem = data[0]
3601 self.clearstamp(stitem)