Searched refs:bind_all (Results 1 – 25 of 45) sorted by relevance
12
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)
442 dEQP-GLES3.functional.fbo.invalidate.default.bind_all
717 dEQP-GLES3.functional.fbo.invalidate.default.bind_all
1430 def bind_all(self, sequence=None, func=None, add=None): member in Misc