Searched refs:create_text (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Tools/pynche/ |
D | StripViewer.py | 114 text = self._canvas.create_text( 145 text = self._canvas.create_text( 221 self.__label = canvas.create_text(
|
D | ListViewer.py | 81 textid = canvas.create_text(25, row*20 + 13,
|
/third_party/python/Lib/idlelib/ |
D | tree.py | 260 id = self.canvas.create_text(textx, texty, anchor="nw",
|
D | sidebar.py | 486 canvas.create_text(2, y, anchor=tk.NW, text=prompt,
|
/third_party/python/Tools/unittestgui/ |
D | unittestgui.py | 461 self.text = self.canvas.create_text(totalWidth/2, height/2,
|
/third_party/python/Lib/ |
D | turtle.py | 595 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align],
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2837 def create_text(self, *args, **kw): member in Canvas
|