Lines Matching refs:event
75 # our second 'run' was invoked from an event dispatched not from
76 # the main event loop, but from the nested event loop in 'interaction'
78 # outer main event loop
82 # nested event loop
85 # This kind of nesting of event loops causes all kinds of problems
92 # that outer event loop. To accomplish this, we:
94 # - abort_loop ensures the nested event loop will terminate
99 # That leaves us back at the outer main event loop, at which point our
100 # after event can fire, and we'll come back to this routine with a
112 def close(self, event=None):
242 # Tcl's vwait facility, which reenters the event loop until an
243 # event handler sets the variable we're waiting on
416 def popup_event(self, event):
419 return ScrolledList.popup_event(self, event)