Home
last modified time | relevance | path

Searched refs:EventHook (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_tkinter.c3531 EventHook(void) in EventHook() function
3597 PyOS_InputHook = EventHook; in EnableEventHook()
3606 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { in DisableEventHook()