Lines Matching full:unbind
66 # methods: bind and unbind, which get a function and a parsed sequence, as
98 def unbind(self, triplet, func): member in _SimpleBinder
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
107 self.widget.unbind(self.widgetinst, self.sequence,
231 def unbind(self, triplet, func): member in _ComplexBinder
241 self.widget.unbind(self.widgetinst, seq, id)
343 self.__binders[triplet[1]].unbind(triplet, ei[0])
352 def unbind(self, sequence, funcid=None): member in MultiCallCreator.MultiCall
359 self.__binders[triplet[1]].unbind(triplet, func)
361 return widget.unbind(self, sequence, funcid)
391 self.__binders[triplet[1]].unbind(triplet, func)
408 self.__binders[triplet[1]].unbind(triplet, func)