Searched refs:unbind_class (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | macosx.py | 258 root.unbind_class('Text', '<B2>') 259 root.unbind_class('Text', '<B2-Motion>') 260 root.unbind_class('Text', '<<PasteSelection>>')
|
/external/python/cpython2/Lib/idlelib/ |
D | PyShell.py | 1577 root.unbind_class('Text', '<B2>') 1578 root.unbind_class('Text', '<B2-Motion>') 1579 root.unbind_class('Text', '<<PasteSelection>>')
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1129 def unbind_class(self, className, sequence): member in Misc
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1414 def unbind_class(self, className, sequence): member in Misc
|