summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/pTk/tix_f.h
blob: 0289ee3f7a38ee147cdd8e17d200d6517764e6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TIX_VT
#define TIX_VT
typedef struct TixVtab
{
 unsigned (*tabSize)(void);
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem)       type (*mem);
#include "tix.t"
#undef VFUNC
#undef VVAR
} TixVtab;
extern TixVtab *TixVptr;
extern TixVtab *TixVGet(void);
#endif /* TIX_VT */