Searched refs:addtag_enclosed (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 146 def addtag_enclosed(self, x1, y1, x2, y2): member in Group
|
D | Tkinter.py | 2260 def addtag_enclosed(self, newtag, x1, y1, x2, y2): member in Canvas
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2709 def addtag_enclosed(self, newtag, x1, y1, x2, y2): member in Canvas
|