Home
last modified time | relevance | path

Searched refs:create_text (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Tools/pynche/
DStripViewer.py114 text = self._canvas.create_text(
145 text = self._canvas.create_text(
221 self.__label = canvas.create_text(
DListViewer.py81 textid = canvas.create_text(25, row*20 + 13,
/third_party/python/Lib/idlelib/
Dtree.py260 id = self.canvas.create_text(textx, texty, anchor="nw",
Dsidebar.py486 canvas.create_text(2, y, anchor=tk.NW, text=prompt,
/third_party/python/Tools/unittestgui/
Dunittestgui.py461 self.text = self.canvas.create_text(totalWidth/2, height/2,
/third_party/python/Lib/
Dturtle.py595 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align],
/third_party/python/Lib/tkinter/
D__init__.py2837 def create_text(self, *args, **kw): member in Canvas