home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 7: Programming
/
CDAT7.iso
/
Share
/
Editores
/
Perl5
/
perl
/
lib
/
site
/
Tk
/
pTk
/
tkOption_f.h
< 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
C/C++ Source or Header
|
1997-08-10
|
347 b
|
14 lines
#ifndef TKOPTION_VT
#define TKOPTION_VT
typedef struct TkoptionVtab
{
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem) type (*mem);
#include "tkOption.t"
#undef VFUNC
#undef VVAR
} TkoptionVtab;
extern TkoptionVtab *TkoptionVptr;
extern TkoptionVtab *TkoptionVGet _ANSI_ARGS_((void));
#endif /* TKOPTION_VT */