Searched refs:create_text (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 461 self.text = self.canvas.create_text(totalWidth/2, height/2,
|
/third_party/python/Lib/idlelib/ |
H A D | sidebar.py | 483 canvas.create_text(2, y, anchor=tk.NW, text=prompt,
|
H A D | tree.py | 260 id = self.canvas.create_text(textx, texty, anchor="nw",
|
/third_party/python/Lib/ |
H A D | turtle.py | 596 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align],
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 2864 def create_text(self, *args, **kw): member in Canvas
|
Completed in 14 milliseconds