Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c2300 Tkapp_CommandProc(CommandEvent *ev, int flags) in Tkapp_CommandProc() function
2356 ev->ev.proc = (Tcl_EventProc*)Tkapp_CommandProc; in _tkinter_tkapp_createcommand_impl()
2409 ev->ev.proc = (Tcl_EventProc*)Tkapp_CommandProc; in _tkinter_tkapp_deletecommand_impl()
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c2525 Tkapp_CommandProc(CommandEvent *ev, int flags) in Tkapp_CommandProc() function
2580 ev->ev.proc = (Tcl_EventProc*)Tkapp_CommandProc; in Tkapp_CreateCommand()
2631 ev->ev.proc = (Tcl_EventProc*)Tkapp_CommandProc; in Tkapp_DeleteCommand()