Searched defs:tag_unbind (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2271 def tag_unbind(self, tagOrId, sequence, funcid=None): member in class:Canvas
3167 def tag_unbind(self, tagName, sequence, funcid=None): member in class:Text
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2434 def tag_unbind(self, tagOrId, sequence, funcid=None): member in class:Canvas
3341 def tag_unbind(self, tagName, sequence, funcid=None): member in class:Text

Completed in 163 milliseconds