Searched refs:bind_class (Results 1 – 17 of 17) 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/libabigail/tests/data/test-abidiff-exit/ |
D | test-fun-param-v0.c | 3 void(*bind_class)(void *, unsigned int, unsigned long); member
|
D | test-fun-param-v1.c | 3 void(*bind_class)(void *, unsigned int, unsigned long, void *, unsigned long); member
|
D | test-fun-param-report.txt | 11 type of 'void (void*, unsigned int, unsigned long int)* bind_class' changed:
|
D | test-fun-param-v0.abi | 15 …<var-decl name='bind_class' type-id='type-id-7' visibility='default' filepath='/usr/local/google/h…
|
D | test-fun-param-v1.abi | 15 …<var-decl name='bind_class' type-id='type-id-7' visibility='default' filepath='/usr/local/google/h…
|
/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/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 | 1328 root.bind_class( 1332 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/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1119 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1404 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
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 19061 …<var-decl name="bind_class" type-id="f590d4d9" visibility="default" filepath="include/net/sch_gene… 57103 …<var-decl name="bind_class" type-id="f590d4d9" visibility="default" filepath="include/net/sch_gene…
|
D | test-PR27569-v0.abi | 19054 …<var-decl name="bind_class" type-id="f590d4d9" visibility="default" filepath="include/net/sch_gene… 57088 …<var-decl name="bind_class" type-id="f590d4d9" visibility="default" filepath="include/net/sch_gene…
|