Searched refs:TCL_TIMER_EVENTS (Results 1 – 5 of 5) sorted by relevance
22 TCL_TIMER_EVENTS = 1<<4 variable
62 TCL_TIMER_EVENTS = 1 << 4 variable
66 TCL_TIMER_EVENTS = 1 << 4 variable
3430 if (PyModule_AddIntConstant(m, "TIMER_EVENTS", TCL_TIMER_EVENTS)) { in PyInit__tkinter()
3670 ins_long(d, "TIMER_EVENTS", TCL_TIMER_EVENTS); in init_tkinter()