Home
last modified time | relevance | path

Searched refs:bind_class (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
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/
DTypeinViewer.py42 self.__x.bind_class('Normalize', '<Key>', self.__normalize)
43 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
/external/python/cpython3/Tools/pynche/
DTypeinViewer.py42 self.__x.bind_class('Normalize', '<Key>', self.__normalize)
43 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
/external/python/cpython2/Tools/webchecker/
Dtktools.py13 root.bind_class('Entry', '<Control-u>', _clear_entry_widget)
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1339 root.bind_class(
1343 root.bind_class(cls, '<<Paste>>'))
/external/python/cpython2/Lib/idlelib/
DPyShell.py1415 root.bind_class(
1419 root.bind_class(cls, '<<Paste>>'))
/external/python/cpython3/Lib/tkinter/
D__init__.py1267 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1119 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
/external/python/cpython2/Misc/
DHISTORY12599 place wins over grid. Also, the bind_class method now returns its
/external/python/cpython3/Misc/
DHISTORY29978 place wins over grid. Also, the bind_class method now returns its