home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / tkGlue_f.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-10  |  327 b   |  14 lines

  1. #ifndef TKGLUE_VT
  2. #define TKGLUE_VT
  3. typedef struct TkglueVtab
  4. {
  5. #define VFUNC(type,name,mem,args) type (*mem) args;
  6. #define VVAR(type,name,mem)       type (*mem);
  7. #include "tkGlue.t"
  8. #undef VFUNC
  9. #undef VVAR
  10. } TkglueVtab;
  11. extern TkglueVtab *TkglueVptr;
  12. extern TkglueVtab *TkglueVGet _ANSI_ARGS_((void));
  13. #endif /* TKGLUE_VT */
  14.