Lines Matching defs:func
326 "createcommand($self, name, func, /)\n"
335 PyObject *func);
342 PyObject *func;
360 func = args[1];
361 return_value = _tkinter_tkapp_createcommand_impl(self, name, func);
406 "createfilehandler($self, file, mask, func, /)\n"
415 int mask, PyObject *func);
423 PyObject *func;
433 func = args[2];
434 return_value = _tkinter_tkapp_createfilehandler_impl(self, file, mask, func);
472 "createtimerhandler($self, milliseconds, func, /)\n"
481 PyObject *func);
488 PyObject *func;
497 func = args[1];
498 return_value = _tkinter_tkapp_createtimerhandler_impl(self, milliseconds, func);