home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / pTk / tkImgPhoto.m < prev    next >
Encoding:
Text File  |  1997-08-10  |  1.1 KB  |  45 lines

  1. #ifndef _TKIMGPHOTO_VM
  2. #define _TKIMGPHOTO_VM
  3. #include "tkImgPhoto_f.h"
  4. #ifndef NO_VTABLES
  5. #define tkImgFmtGIF (*TkimgphotoVptr->V_tkImgFmtGIF)
  6. #define tkImgFmtPPM (*TkimgphotoVptr->V_tkImgFmtPPM)
  7. #ifndef Tk_CreatePhotoImageFormat
  8. #  define Tk_CreatePhotoImageFormat (*TkimgphotoVptr->V_Tk_CreatePhotoImageFormat)
  9. #endif
  10.  
  11. #ifndef Tk_FindPhoto
  12. #  define Tk_FindPhoto (*TkimgphotoVptr->V_Tk_FindPhoto)
  13. #endif
  14.  
  15. #ifndef Tk_PhotoBlank
  16. #  define Tk_PhotoBlank (*TkimgphotoVptr->V_Tk_PhotoBlank)
  17. #endif
  18.  
  19. #ifndef Tk_PhotoExpand
  20. #  define Tk_PhotoExpand (*TkimgphotoVptr->V_Tk_PhotoExpand)
  21. #endif
  22.  
  23. #ifndef Tk_PhotoGetImage
  24. #  define Tk_PhotoGetImage (*TkimgphotoVptr->V_Tk_PhotoGetImage)
  25. #endif
  26.  
  27. #ifndef Tk_PhotoGetSize
  28. #  define Tk_PhotoGetSize (*TkimgphotoVptr->V_Tk_PhotoGetSize)
  29. #endif
  30.  
  31. #ifndef Tk_PhotoPutBlock
  32. #  define Tk_PhotoPutBlock (*TkimgphotoVptr->V_Tk_PhotoPutBlock)
  33. #endif
  34.  
  35. #ifndef Tk_PhotoPutZoomedBlock
  36. #  define Tk_PhotoPutZoomedBlock (*TkimgphotoVptr->V_Tk_PhotoPutZoomedBlock)
  37. #endif
  38.  
  39. #ifndef Tk_PhotoSetSize
  40. #  define Tk_PhotoSetSize (*TkimgphotoVptr->V_Tk_PhotoSetSize)
  41. #endif
  42.  
  43. #endif /* NO_VTABLES */
  44. #endif /* _TKIMGPHOTO_VM */
  45.