Lines Matching refs:TkappObject

14 _tkinter_tkapp_eval_impl(TkappObject *self, const char *script);
17 _tkinter_tkapp_eval(TkappObject *self, PyObject *arg) in _tkinter_tkapp_eval()
50 _tkinter_tkapp_evalfile_impl(TkappObject *self, const char *fileName);
53 _tkinter_tkapp_evalfile(TkappObject *self, PyObject *arg) in _tkinter_tkapp_evalfile()
86 _tkinter_tkapp_record_impl(TkappObject *self, const char *script);
89 _tkinter_tkapp_record(TkappObject *self, PyObject *arg) in _tkinter_tkapp_record()
122 _tkinter_tkapp_adderrorinfo_impl(TkappObject *self, const char *msg);
125 _tkinter_tkapp_adderrorinfo(TkappObject *self, PyObject *arg) in _tkinter_tkapp_adderrorinfo()
182 _tkinter_tkapp_exprstring_impl(TkappObject *self, const char *s);
185 _tkinter_tkapp_exprstring(TkappObject *self, PyObject *arg) in _tkinter_tkapp_exprstring()
218 _tkinter_tkapp_exprlong_impl(TkappObject *self, const char *s);
221 _tkinter_tkapp_exprlong(TkappObject *self, PyObject *arg) in _tkinter_tkapp_exprlong()
254 _tkinter_tkapp_exprdouble_impl(TkappObject *self, const char *s);
257 _tkinter_tkapp_exprdouble(TkappObject *self, PyObject *arg) in _tkinter_tkapp_exprdouble()
290 _tkinter_tkapp_exprboolean_impl(TkappObject *self, const char *s);
293 _tkinter_tkapp_exprboolean(TkappObject *self, PyObject *arg) in _tkinter_tkapp_exprboolean()
334 _tkinter_tkapp_createcommand_impl(TkappObject *self, const char *name,
338 _tkinter_tkapp_createcommand(TkappObject *self, PyObject *const *args, Py_ssize_t nargs) in _tkinter_tkapp_createcommand()
376 _tkinter_tkapp_deletecommand_impl(TkappObject *self, const char *name);
379 _tkinter_tkapp_deletecommand(TkappObject *self, PyObject *arg) in _tkinter_tkapp_deletecommand()
414 _tkinter_tkapp_createfilehandler_impl(TkappObject *self, PyObject *file,
418 _tkinter_tkapp_createfilehandler(TkappObject *self, PyObject *const *args, Py_ssize_t nargs) in _tkinter_tkapp_createfilehandler()
480 _tkinter_tkapp_createtimerhandler_impl(TkappObject *self, int milliseconds,
484 _tkinter_tkapp_createtimerhandler(TkappObject *self, PyObject *const *args, Py_ssize_t nargs) in _tkinter_tkapp_createtimerhandler()
513 _tkinter_tkapp_mainloop_impl(TkappObject *self, int threshold);
516 _tkinter_tkapp_mainloop(TkappObject *self, PyObject *const *args, Py_ssize_t nargs) in _tkinter_tkapp_mainloop()
547 _tkinter_tkapp_dooneevent_impl(TkappObject *self, int flags);
550 _tkinter_tkapp_dooneevent(TkappObject *self, PyObject *const *args, Py_ssize_t nargs) in _tkinter_tkapp_dooneevent()
581 _tkinter_tkapp_quit_impl(TkappObject *self);
584 _tkinter_tkapp_quit(TkappObject *self, PyObject *Py_UNUSED(ignored)) in _tkinter_tkapp_quit()
598 _tkinter_tkapp_interpaddr_impl(TkappObject *self);
601 _tkinter_tkapp_interpaddr(TkappObject *self, PyObject *Py_UNUSED(ignored)) in _tkinter_tkapp_interpaddr()
615 _tkinter_tkapp_loadtk_impl(TkappObject *self);
618 _tkinter_tkapp_loadtk(TkappObject *self, PyObject *Py_UNUSED(ignored)) in _tkinter_tkapp_loadtk()
632 _tkinter_tkapp_willdispatch_impl(TkappObject *self);
635 _tkinter_tkapp_willdispatch(TkappObject *self, PyObject *Py_UNUSED(ignored)) in _tkinter_tkapp_willdispatch()