Searched refs:create_polygon (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
D | canvas-reading-tag-info.py | 16 pgon = self.drawing.create_polygon(
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
|
D | Tkinter.py | 2332 def create_polygon(self, *args, **kw): member in Canvas
|
/external/python/cpython3/Lib/ |
D | turtle.py | 497 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2496 def create_polygon(self, *args, **kw): member in Canvas
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1055 ``create_polygon`` much faster, especially when using lots of coordinates.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 1055 ``create_polygon`` much faster, especially when using lots of coordinates.
|