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
/
_acafef5af3e65fd5a1704d44c051ac00
< 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
|
310 b
|
14 lines
#ifndef TIX_VT
#define TIX_VT
typedef struct TixVtab
{
#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 _ANSI_ARGS_((void));
#endif /* TIX_VT */