Home | History | Annotate | Download | only in idlelib

Lines Matching defs:bind

62 # methods: bind and unbind, which get a function and a parsed sequence, as
78 def bind(self, triplet, func):
90 self.handlerid = self.widget.bind(self.widgetinst,
201 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
204 def bind(self, triplet, func):
214 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
324 def bind(self, sequence=None, func=None, add=None):
325 #print "bind(%s, %s, %s) called." % (sequence, func, add)
336 self.__binders[triplet[1]].bind(triplet, func)
339 return widget.bind(self, sequence, func, add)
365 self.__binders[triplet[1]].bind(triplet, func)
409 text.bind("<<handler%d>>"%n[0], handler)