Searched refs:bind_all (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 228 text.bind_all('<%s-minus>' % shortcut, self.decrease_size) 229 text.bind_all('<%s-underscore>' % shortcut, self.decrease_size) 230 text.bind_all('<%s-equal>' % shortcut, self.increase_size) 231 text.bind_all('<%s-plus>' % shortcut, self.increase_size)
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 225 using bind, bind_all, bind_class, or tag_bind, the callback is 1457 def bind_all(self, sequence=None, func=None, add=None): member in Misc
|
Completed in 14 milliseconds