Searched refs:bind_class (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
D | notebook_closebtn.py | 64 root.bind_class("TNotebook", "<ButtonPress-1>", btn_press, True) 65 root.bind_class("TNotebook", "<ButtonRelease-1>", btn_release)
|
/external/python/cpython2/Tools/pynche/ |
D | TypeinViewer.py | 42 self.__x.bind_class('Normalize', '<Key>', self.__normalize) 43 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
|
/external/python/cpython3/Tools/pynche/ |
D | TypeinViewer.py | 42 self.__x.bind_class('Normalize', '<Key>', self.__normalize) 43 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 13 root.bind_class('Entry', '<Control-u>', _clear_entry_widget)
|
/external/python/cpython3/Lib/idlelib/ |
D | pyshell.py | 1339 root.bind_class( 1343 root.bind_class(cls, '<<Paste>>'))
|
/external/python/cpython2/Lib/idlelib/ |
D | PyShell.py | 1415 root.bind_class( 1419 root.bind_class(cls, '<<Paste>>'))
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1267 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1119 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12599 place wins over grid. Also, the bind_class method now returns its
|
/external/python/cpython3/Misc/ |
D | HISTORY | 29978 place wins over grid. Also, the bind_class method now returns its
|