Searched refs:bind_class (Results 1 - 8 of 8) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
H A 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/ |
H A D | TypeinViewer.py | 43 self.__x.bind_class('Normalize', '<Key>', self.__normalize) 44 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
|
/external/python/cpython3/Tools/pynche/ |
H A D | TypeinViewer.py | 43 self.__x.bind_class('Normalize', '<Key>', self.__normalize) 44 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
|
/external/python/cpython2/Tools/webchecker/ |
H A D | tktools.py | 13 root.bind_class('Entry', '<Control-u>', _clear_entry_widget)
|
/external/python/cpython3/Lib/idlelib/ |
H A D | pyshell.py | 1312 root.bind_class( 1316 root.bind_class(cls, '<<Paste>>'))
|
/external/python/cpython2/Lib/idlelib/ |
H A D | PyShell.py | 1415 root.bind_class( 1419 root.bind_class(cls, '<<Paste>>'))
|
/external/python/cpython2/Lib/lib-tk/ |
H A D | Tkinter.py | 161 using bind, bind_all, bind_class, or tag_bind, the callback is 1114 def bind_class(self, className, sequence=None, func=None, add=None): member in class:Misc
|
/external/python/cpython3/Lib/tkinter/ |
H A D | __init__.py | 192 using bind, bind_all, bind_class, or tag_bind, the callback is 1261 def bind_class(self, className, sequence=None, func=None, add=None): member in class:Misc
|
Completed in 264 milliseconds