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

Lines Matching full:_write

611     def _write(self, pos, txt, align, font, pencolor):
3266 def _write(self, txt, align, font):
3269 item, end = self.screen._write(self._position, txt, align, font,
3298 end = self._write(str(arg), align.lower(), font)