Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dturtle.py601 self.cv.tag_unbind(item, "<Button-%s>" % num)
619 self.cv.tag_unbind(item, "<Button%s-ButtonRelease>" % num)
638 self.cv.tag_unbind(item, "<Button%s-Motion>" % num)
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_misc.py1131 self.assertRaises(TypeError, w.tag_unbind, tag)
1132 w.tag_unbind(tag, event)
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a4.rst837 Fix the behavior of ``tag_unbind()`` methods of :class:`tkinter.Text` and
839 ``widget.tag_unbind(tag, sequence, funcid)`` destroyed the current binding
/external/python/cpython3/Lib/tkinter/
D__init__.py2933 def tag_unbind(self, tagOrId, sequence, funcid=None): member in Canvas
4055 def tag_unbind(self, tagName, sequence, funcid=None): member in Text