Home | History | Annotate | Download | only in Modules

Lines Matching refs:EventHook

132 /* If Tcl can wait for a Unix file descriptor, define the EventHook() routine
3531 EventHook(void)
3597 PyOS_InputHook = EventHook;
3606 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) {