Searched refs:tag_lower (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 78 self.canvas.tag_lower(self.id, belowthis)
|
D | Tkinter.py | 2420 def tag_lower(self, *args): member in Canvas 2424 lower = tag_lower 3200 def tag_lower(self, tagName, belowThis=None): member in Text
|
D | turtle.py | 745 self.cv.tag_lower(item)
|
/external/python/cpython3/Lib/idlelib/ |
D | tree.py | 239 self.canvas.tag_lower(id) # XXX .lower(id) before Python 1.5.2
|
/external/python/cpython2/Lib/idlelib/ |
D | TreeWidget.py | 214 self.canvas.tag_lower(id) # XXX .lower(id) before Python 1.5.2
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2907 def tag_lower(self, *args): member in Canvas 2912 lower = tag_lower 3863 def tag_lower(self, tagName, belowThis=None): member in Text
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 773 widget.tag_lower(i2, i1)
|
/external/python/cpython3/Lib/ |
D | turtle.py | 740 self.cv.tag_lower(item)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 9752 so the preferred name for them is tag_lower, tag_raise
|
/external/python/cpython3/Misc/ |
D | HISTORY | 27131 so the preferred name for them is tag_lower, tag_raise
|