Home
last modified time | relevance | path

Searched refs:create_text (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/unittestgui/
H A Dunittestgui.py461 self.text = self.canvas.create_text(totalWidth/2, height/2,
/third_party/python/Lib/idlelib/
H A Dsidebar.py483 canvas.create_text(2, y, anchor=tk.NW, text=prompt,
H A Dtree.py260 id = self.canvas.create_text(textx, texty, anchor="nw",
/third_party/python/Lib/
H A Dturtle.py596 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align],
/third_party/python/Lib/tkinter/
H A D__init__.py2864 def create_text(self, *args, **kw): member in Canvas

Completed in 14 milliseconds