Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tix/
Dtixwidgets.py21 TCL_FILE_EVENTS = 1<<3 variable
/external/python/cpython3/Lib/tkinter/
Dtix.py61 TCL_FILE_EVENTS = 1 << 3 variable
/external/python/cpython2/Lib/lib-tk/
DTix.py65 TCL_FILE_EVENTS = 1 << 3 variable
/external/python/cpython3/Modules/
D_tkinter.c3426 if (PyModule_AddIntConstant(m, "FILE_EVENTS", TCL_FILE_EVENTS)) { in PyInit__tkinter()
/external/python/cpython2/Modules/
D_tkinter.c3669 ins_long(d, "FILE_EVENTS", TCL_FILE_EVENTS); in init_tkinter()