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

Lines Matching refs:stitem

2871             stitem = screen._createpoly()
2889 screen._drawpoly(stitem, shape, fill=fc, outline=oc,
2892 stitem = screen._createimage("")
2893 screen._drawimage(stitem, self._position, tshape)
2895 stitem = []
2898 stitem.append(item)
2899 stitem = tuple(stitem)
2902 for item, (poly, fc, oc) in zip(stitem, tshape):
2907 self.stampItems.append(stitem)
2908 self.undobuffer.push(("stamp", stitem))
2909 return stitem
3491 stitem = data[0]
3492 self.clearstamp(stitem)