Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dmacosx.py258 root.unbind_class('Text', '<B2>')
259 root.unbind_class('Text', '<B2-Motion>')
260 root.unbind_class('Text', '<<PasteSelection>>')
/external/python/cpython2/Lib/idlelib/
DPyShell.py1577 root.unbind_class('Text', '<B2>')
1578 root.unbind_class('Text', '<B2-Motion>')
1579 root.unbind_class('Text', '<<PasteSelection>>')
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1129 def unbind_class(self, className, sequence): member in Misc
/external/python/cpython3/Lib/tkinter/
D__init__.py1414 def unbind_class(self, className, sequence): member in Misc