Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py611 self.cv.tag_unbind(item, "<Button-%s>" % num)
629 self.cv.tag_unbind(item, "<Button%s-ButtonRelease>" % num)
648 self.cv.tag_unbind(item, "<Button%s-Motion>" % num)
/third_party/python/Lib/tkinter/
D__init__.py2762 def tag_unbind(self, tagOrId, sequence, funcid=None): member in Canvas
3862 def tag_unbind(self, tagName, sequence, funcid=None): member in Text