Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/
D__init__.py2440 def tag_unbind(self, tagOrId, sequence, funcid=None): member in Canvas
3347 def tag_unbind(self, tagName, sequence, funcid=None): member in Text
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2276 def tag_unbind(self, tagOrId, sequence, funcid=None): member in Canvas
3172 def tag_unbind(self, tagName, sequence, funcid=None): member in Text