/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 234 id = self.canvas.create_text(textx, texty, anchor="nw",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 234 id = self.canvas.create_text(textx, texty, anchor="nw",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 2273 def create_text(self, *args, **kw): member in class:Canvas [all...] |
turtle.py | 620 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align], [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 2273 def create_text(self, *args, **kw): member in class:Canvas [all...] |
turtle.py | 620 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align], [all...] |