Home | History | Annotate | Download | only in idlelib

Lines Matching defs:bind

66 # methods: bind and unbind, which get a function and a parsed sequence, as
82 def bind(self, triplet, func):
94 self.handlerid = self.widget.bind(self.widgetinst,
210 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
213 def bind(self, triplet, func):
223 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
334 def bind(self, sequence=None, func=None, add=None):
335 #print("bind(%s, %s, %s)" % (sequence, func, add),
347 self.__binders[triplet[1]].bind(triplet, func)
350 return widget.bind(self, sequence, func, add)
377 self.__binders[triplet[1]].bind(triplet, func)
427 text.bind("<<handler%d>>"%n[0], handler)