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

  1. #ifdef _TKIMGPHOTO
  2. VVAR(Tk_PhotoImageFormat,tkImgFmtGIF,V_tkImgFmtGIF)
  3. VVAR(Tk_PhotoImageFormat,tkImgFmtPPM,V_tkImgFmtPPM)
  4. #ifndef Tk_CreatePhotoImageFormat
  5. VFUNC(void,Tk_CreatePhotoImageFormat,V_Tk_CreatePhotoImageFormat,_ANSI_ARGS_((
  6.                 Tk_PhotoImageFormat *formatPtr)))
  7. #endif
  8.  
  9. #ifndef Tk_FindPhoto
  10. VFUNC(Tk_PhotoHandle,Tk_FindPhoto,V_Tk_FindPhoto,_ANSI_ARGS_((char *imageName)))
  11. #endif
  12.  
  13. #ifndef Tk_PhotoBlank
  14. VFUNC(void,Tk_PhotoBlank,V_Tk_PhotoBlank,_ANSI_ARGS_((Tk_PhotoHandle handle)))
  15. #endif
  16.  
  17. #ifndef Tk_PhotoExpand
  18. VFUNC(void,Tk_PhotoExpand,V_Tk_PhotoExpand,_ANSI_ARGS_((Tk_PhotoHandle handle,
  19.                 int width, int height )))
  20. #endif
  21.  
  22. #ifndef Tk_PhotoGetImage
  23. VFUNC(int,Tk_PhotoGetImage,V_Tk_PhotoGetImage,_ANSI_ARGS_((Tk_PhotoHandle handle,
  24.                 Tk_PhotoImageBlock *blockPtr)))
  25. #endif
  26.  
  27. #ifndef Tk_PhotoGetSize
  28. VFUNC(void,Tk_PhotoGetSize,V_Tk_PhotoGetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
  29.                 int *widthPtr, int *heightPtr)))
  30. #endif
  31.  
  32. #ifndef Tk_PhotoPutBlock
  33. VFUNC(void,Tk_PhotoPutBlock,V_Tk_PhotoPutBlock,_ANSI_ARGS_((Tk_PhotoHandle handle,
  34.                 Tk_PhotoImageBlock *blockPtr, int x, int y,
  35.                 int width, int height)))
  36. #endif
  37.  
  38. #ifndef Tk_PhotoPutZoomedBlock
  39. VFUNC(void,Tk_PhotoPutZoomedBlock,V_Tk_PhotoPutZoomedBlock,_ANSI_ARGS_((
  40.                 Tk_PhotoHandle handle,
  41.                 Tk_PhotoImageBlock *blockPtr, int x, int y,
  42.                 int width, int height, int zoomX, int zoomY,
  43.                 int subsampleX, int subsampleY)))
  44. #endif
  45.  
  46. #ifndef Tk_PhotoSetSize
  47. VFUNC(void,Tk_PhotoSetSize,V_Tk_PhotoSetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
  48.                 int width, int height)))
  49. #endif
  50.  
  51. #endif /* _TKIMGPHOTO */
  52.