Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tix/
Dtixwidgets.py23 TCL_IDLE_EVENTS = 1<<5 variable
/external/python/cpython2/Lib/lib-tk/
DTix.py71 TCL_IDLE_EVENTS = 1 << 5 variable
/external/python/cpython3/Lib/tkinter/
Dtix.py63 TCL_IDLE_EVENTS = 1 << 5 variable
/external/python/cpython3/Modules/
D_tkinter.c3523 if (PyModule_AddIntConstant(m, "IDLE_EVENTS", TCL_IDLE_EVENTS)) { in PyInit__tkinter()
/external/python/cpython2/Modules/
D_tkinter.c3659 ins_long(d, "IDLE_EVENTS", TCL_IDLE_EVENTS); in init_tkinter()