Home | History | Annotate | Download | only in idlelib

Lines Matching defs:bind

61 # methods: bind and unbind, which get a function and a parsed sequence, as
77 def bind(self, triplet, func):
89 self.handlerid = self.widget.bind(self.widgetinst,
200 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
203 def bind(self, triplet, func):
213 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
323 def bind(self, sequence=None, func=None, add=None):
324 #print "bind(%s, %s, %s) called." % (sequence, func, add)
335 self.__binders[triplet[1]].bind(triplet, func)
338 return widget.bind(self, sequence, func, add)
364 self.__binders[triplet[1]].bind(triplet, func)
411 text.bind("<<handler%d>>"%n[0], handler)