Searched refs:bind_class (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
H A Dnotebook_closebtn.py64 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 DTypeinViewer.py43 self.__x.bind_class('Normalize', '<Key>', self.__normalize)
44 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
/external/python/cpython3/Tools/pynche/
H A DTypeinViewer.py43 self.__x.bind_class('Normalize', '<Key>', self.__normalize)
44 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
/external/python/cpython2/Tools/webchecker/
H A Dtktools.py13 root.bind_class('Entry', '<Control-u>', _clear_entry_widget)
/external/python/cpython3/Lib/idlelib/
H A Dpyshell.py1312 root.bind_class(
1316 root.bind_class(cls, '<<Paste>>'))
/external/python/cpython2/Lib/idlelib/
H A DPyShell.py1415 root.bind_class(
1419 root.bind_class(cls, '<<Paste>>'))
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py161 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__.py192 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