HomeSort by relevance Sort by last modified time
    Searched refs:bind_class (Results 1 - 13 of 13) sorted by null

  /external/python/cpython2/Demo/tkinter/ttk/
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/
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/
TypeinViewer.py 43 self.__x.bind_class('Normalize', '<Key>', self.__normalize)
44 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 13 root.bind_class('Entry', '<Control-u>', _clear_entry_widget)
  /external/python/cpython2/Tools/webchecker/
tktools.py 13 root.bind_class('Entry', '<Control-u>', _clear_entry_widget)
  /external/python/cpython2/Lib/idlelib/
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py     [all...]
  /external/python/cpython2/Lib/lib-tk/
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
    [all...]
  /external/python/cpython3/Lib/tkinter/
__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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 138 using bind, bind_all, bind_class, or tag_bind, the callback is
1052 def bind_class(self, className, sequence=None, func=None, add=None): member in class:Misc
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 138 using bind, bind_all, bind_class, or tag_bind, the callback is
1052 def bind_class(self, className, sequence=None, func=None, add=None): member in class:Misc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 138 using bind, bind_all, bind_class, or tag_bind, the callback is
1052 def bind_class(self, className, sequence=None, func=None, add=None): member in class:Misc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 138 using bind, bind_all, bind_class, or tag_bind, the callback is
1052 def bind_class(self, className, sequence=None, func=None, add=None): member in class:Misc
    [all...]

Completed in 137 milliseconds