diff options
Diffstat (limited to 'Master/tlpkg/tlperl0/lib/Tk/pTk/tkIntDecls_f.h')
-rwxr-xr-x | Master/tlpkg/tlperl0/lib/Tk/pTk/tkIntDecls_f.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl0/lib/Tk/pTk/tkIntDecls_f.h b/Master/tlpkg/tlperl0/lib/Tk/pTk/tkIntDecls_f.h new file mode 100755 index 00000000000..3300cb56427 --- /dev/null +++ b/Master/tlpkg/tlperl0/lib/Tk/pTk/tkIntDecls_f.h @@ -0,0 +1,14 @@ +#ifndef TKINTDECLS_VT +#define TKINTDECLS_VT +typedef struct TkintdeclsVtab +{ + unsigned (*tabSize)(void); +#define VFUNC(type,name,mem,args) type (*mem) args; +#define VVAR(type,name,mem) type (*mem); +#include "tkIntDecls.t" +#undef VFUNC +#undef VVAR +} TkintdeclsVtab; +extern TkintdeclsVtab *TkintdeclsVptr; +extern TkintdeclsVtab *TkintdeclsVGet(void); +#endif /* TKINTDECLS_VT */ |