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

  /external/python/cpython2/Demo/tkinter/matt/
killing-window-w-wm.py 38 self.bind_all("<Destroy>", self.deathHandler)
  /external/python/cpython3/Lib/turtledemo/
__main__.py 221 text.bind_all('<%s-minus>' % shortcut, self.decrease_size)
222 text.bind_all('<%s-underscore>' % shortcut, self.decrease_size)
223 text.bind_all('<%s-equal>' % shortcut, self.increase_size)
224 text.bind_all('<%s-plus>' % shortcut, self.increase_size)
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 161 using bind, bind_all, bind_class, or tag_bind, the callback is
1105 def bind_all(self, 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
1252 def bind_all(self, 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
1043 def bind_all(self, 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
1043 def bind_all(self, 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
1043 def bind_all(self, 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
1043 def bind_all(self, sequence=None, func=None, add=None): member in class:Misc
    [all...]

Completed in 1469 milliseconds