Searched refs:create_line (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
H A Dwindow-creation-w-location.py24 fred.label.create_line("0", "0", "2i", "2i")
25 fred.label.create_line("0", "2i", "2i", "0")
H A Drubber-line-demo-1.py32 self.rubberbandLine = self.canvasObject.create_line(
/external/python/cpython2/Demo/tkinter/guido/
H A Dpaint.py54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
/external/python/cpython2/Tools/pynche/
H A DStripViewer.py109 arrow = self._canvas.create_line(
140 arrow = self._canvas.create_line(
/external/python/cpython3/Tools/pynche/
H A DStripViewer.py109 arrow = self._canvas.create_line(
140 arrow = self._canvas.create_line(
/external/python/cpython2/Lib/idlelib/
H A DTreeWidget.py197 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/Lib/idlelib/
H A Dtree.py198 self.canvas.create_line(x+9, cy+7, cx, cy+7, fill="gray50")
212 id = self.canvas.create_line(x+9, y+10, x+9, cylast+7,
/external/python/cpython3/Tools/demo/
H A Dsortvisu.py44 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/cpython2/Lib/lib-tk/
H A DTkinter.py2321 def create_line(self, *args, **kw): member in class:Canvas
H A Dturtle.py551 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2484 def create_line(self, *args, **kw): member in class:Canvas
/external/python/cpython3/Lib/
H A Dturtle.py527 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,

Completed in 217 milliseconds