Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dmacosx.py258 root.unbind_class('Text', '<B2>')
259 root.unbind_class('Text', '<B2-Motion>')
260 root.unbind_class('Text', '<<PasteSelection>>')
/third_party/python/Lib/tkinter/
D__init__.py1451 def unbind_class(self, className, sequence): member in Misc