Lines Matching defs:handler
84 def handler(event, l = self.bindedfuncs, mc_type = self.type):
95 self.sequence, handler)
155 # self.handlerids is the list of seqs and ids of binded handler functions.
162 def handler(event, lists = lists,
188 return handler
197 # we don't want to change the lists of functions while a handler is
200 # for the handler to run after it finishes calling the binded functions.
208 handler = self.__create_handler(lists, type, _state_codes[s])
211 seq, handler)))
220 handler = self.__create_handler(lists, self.type,
224 seq, handler)))
425 def handler(event):
427 text.bind("<<handler%d>>"%n[0], handler)
428 text.event_add("<<handler%d>>"%n[0], seq)