home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2004 July
/
APC0407D2.iso
/
workshop
/
apache
/
files
/
ActivePerl-5.6.1.638-MSWin32-x86.msi
/
_165703256053da94ee50fcde05bbb9ba
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-13
|
380 b
|
14 lines
#ifndef TKIMGPHOTO_VT
#define TKIMGPHOTO_VT
typedef struct TkimgphotoVtab
{
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem) type (*mem);
#include "tkImgPhoto.t"
#undef VFUNC
#undef VVAR
} TkimgphotoVtab;
extern TkimgphotoVtab *TkimgphotoVptr;
extern TkimgphotoVtab *TkimgphotoVGet _ANSI_ARGS_((void));
#endif /* TKIMGPHOTO_VT */