Lines Matching refs:event
35 # We want the restore event be called before the usual return and
43 # Bind the check-restore event to the function restore_event,
70 "Remove restore event bindings."
76 def flash_paren_event(self, event):
77 "Handle editor 'show surrounding parens' event (menu or shortcut)."
83 def paren_closed_event(self, event):
107 def restore_event(self, event=None):
157 # if the event is for the most recent timer and the insert has changed,
170 # associate a counter with an event; only disable the "paren"
171 # tag if the event is for the most recent timer.