Home
last modified time | relevance | path

Searched refs:create_oval (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dimagedraw.py21 canv.create_oval(x-r, y-r, x+r, y+r, fill='red', outline="")
Dbrownian.py23 p = canvas.create_oval(x-r, y-r, x+r, y+r, fill=FILL)
Dbrownian2.py23 p = canvas.create_oval(x-r, y-r, x+r, y+r, fill=FILL)
Delectrons.py38 p = c.create_oval(x1, y1, x2, y2, fill='red')
/external/python/cpython2/Demo/tkinter/matt/
Dpong-demo-1.py22 self.ball = self.draw.create_oval("0i", "0i", "0.10i", "0.10i",
Dcanvas-moving-w-mouse.py40 fred = self.draw.create_oval(0, 0, 20, 20,
Dprinting-coords-of-items.py18 fred = self.draw.create_oval(
Dcanvas-moving-or-creating.py18 fred = self.draw.create_oval(
Dcanvas-mult-item-sel.py40 fred = self.draw.create_oval(0, 0, 20, 20,
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2329 def create_oval(self, *args, **kw): member in Canvas
/external/python/cpython3/Lib/tkinter/
D__init__.py2792 def create_oval(self, *args, **kw): member in Canvas