Home | History | Annotate | Download | only in Modules

Lines Matching refs:EventHook

92 /* If Tcl can wait for a Unix file descriptor, define the EventHook() routine
3377 EventHook(void)
3443 PyOS_InputHook = EventHook;
3452 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) {