Searched refs:create_line (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
D | window-creation-w-location.py | 24 fred.label.create_line("0", "0", "2i", "2i") 25 fred.label.create_line("0", "2i", "2i", "0")
|
D | rubber-line-demo-1.py | 32 self.rubberbandLine = self.canvasObject.create_line(
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | paint.py | 54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
|
/external/python/cpython3/Tools/pynche/ |
D | StripViewer.py | 107 arrow = self._canvas.create_line( 138 arrow = self._canvas.create_line(
|
/external/python/cpython2/Tools/pynche/ |
D | StripViewer.py | 107 arrow = self._canvas.create_line( 138 arrow = self._canvas.create_line(
|
/external/python/cpython3/Lib/idlelib/ |
D | tree.py | 222 self.canvas.create_line(x+9, cy+7, cx, cy+7, fill="gray50") 236 id = self.canvas.create_line(x+9, y+10, x+9, cylast+7,
|
/external/python/cpython2/Lib/idlelib/ |
D | TreeWidget.py | 197 self.canvas.create_line(x+9, cy+7, cx, cy+7, fill="gray50") 211 id = self.canvas.create_line(x+9, y+10, x+9, cylast+7,
|
/external/python/cpython3/Tools/demo/ |
D | sortvisu.py | 44 self.left = self.canvas.create_line(0, 0, 0, 0) 45 self.right = self.canvas.create_line(0, 0, 0, 0) 46 self.pivot = self.canvas.create_line(0, 0, 0, 0)
|
/external/python/cpython3/Lib/ |
D | turtle.py | 528 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 551 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
|
D | Tkinter.py | 2326 def create_line(self, *args, **kw): member in Canvas
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2788 def create_line(self, *args, **kw): member in Canvas
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 1054 contributed an optimization which makes operations like ``create_line`` and
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1054 contributed an optimization which makes operations like ``create_line`` and
|