/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkdnd.py | 81 method dnd_commit(source, event). 91 sometimes simpler than to do it in the target's dnd_commit(). The 92 target's dnd_commit() method could then simply be aliased to 98 active; it will never call dnd_commit(). 197 target.dnd_commit(source, event) 297 def dnd_commit(self, source, event): member in class:Tester
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkdnd.py | 81 method dnd_commit(source, event). 91 sometimes simpler than to do it in the target's dnd_commit(). The 92 target's dnd_commit() method could then simply be aliased to 98 active; it will never call dnd_commit(). 197 target.dnd_commit(source, event) 297 def dnd_commit(self, source, event): member in class:Tester
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 81 method dnd_commit(source, event). 91 sometimes simpler than to do it in the target's dnd_commit(). The 92 target's dnd_commit() method could then simply be aliased to 98 active; it will never call dnd_commit(). 197 target.dnd_commit(source, event) 297 def dnd_commit(self, source, event): member in class:Tester
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 81 method dnd_commit(source, event). 91 sometimes simpler than to do it in the target's dnd_commit(). The 92 target's dnd_commit() method could then simply be aliased to 98 active; it will never call dnd_commit(). 197 target.dnd_commit(source, event) 297 def dnd_commit(self, source, event): member in class:Tester
|