Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DCanvas.py56 self.canvas.tag_unbind(self.id, sequence, funcid)
157 self.canvas.tag_unbind(self.id, sequence, funcid)
Dturtle.py636 self.cv.tag_unbind(item, "<Button-%s>" % num)
654 self.cv.tag_unbind(item, "<Button%s-ButtonRelease>" % num)
673 self.cv.tag_unbind(item, "<Button%s-Motion>" % num)
DTkinter.py2271 def tag_unbind(self, tagOrId, sequence, funcid=None): member in Canvas
3167 def tag_unbind(self, tagName, sequence, funcid=None): member in Text