summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm_f.h
blob: 909c5bd7737a2bc740dfc9531eb129d865adc7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TIXIMGXPM_VT
#define TIXIMGXPM_VT
typedef struct TiximgxpmVtab
{
 unsigned (*tabSize)(void);
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem)       type (*mem);
#include "tixImgXpm.t"
#undef VFUNC
#undef VVAR
} TiximgxpmVtab;
extern TiximgxpmVtab *TiximgxpmVptr;
extern TiximgxpmVtab *TiximgxpmVGet(void);
#endif /* TIXIMGXPM_VT */