Home
last modified time | relevance | path

Searched refs:create_line (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
Dwindow-creation-w-location.py24 fred.label.create_line("0", "0", "2i", "2i")
25 fred.label.create_line("0", "2i", "2i", "0")
Drubber-line-demo-1.py32 self.rubberbandLine = self.canvasObject.create_line(
/external/python/cpython2/Demo/tkinter/guido/
Dpaint.py54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
/external/python/cpython3/Tools/pynche/
DStripViewer.py107 arrow = self._canvas.create_line(
138 arrow = self._canvas.create_line(
/external/python/cpython2/Tools/pynche/
DStripViewer.py107 arrow = self._canvas.create_line(
138 arrow = self._canvas.create_line(
/external/python/cpython3/Lib/idlelib/
Dtree.py222 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/
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/Tools/demo/
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/cpython3/Lib/
Dturtle.py528 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
/external/python/cpython2/Lib/lib-tk/
Dturtle.py551 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
DTkinter.py2326 def create_line(self, *args, **kw): member in Canvas
/external/python/cpython3/Lib/tkinter/
D__init__.py2788 def create_line(self, *args, **kw): member in Canvas
/external/python/cpython3/Doc/whatsnew/
D2.0.rst1054 contributed an optimization which makes operations like ``create_line`` and
/external/python/cpython2/Doc/whatsnew/
D2.0.rst1054 contributed an optimization which makes operations like ``create_line`` and