home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _ba5c90fc34ff8e4f3bfb702e2c7b5e82 < prev    next >
Encoding:
Text File  |  2004-06-01  |  2.5 KB  |  67 lines

  1. #ifdef _TKIMGPHOTO
  2. VVAR(Tk_PhotoImageFormat,tkImgFmtPPM,V_tkImgFmtPPM)
  3. #ifndef Tk_CreateOldPhotoImageFormat
  4. VFUNC(void,Tk_CreateOldPhotoImageFormat,V_Tk_CreateOldPhotoImageFormat,_ANSI_ARGS_((
  5.                 Tk_PhotoImageFormat *formatPtr)))
  6. #endif /* #ifndef Tk_CreateOldPhotoImageFormat */
  7.  
  8. #ifndef Tk_CreatePhotoImageFormat
  9. VFUNC(void,Tk_CreatePhotoImageFormat,V_Tk_CreatePhotoImageFormat,_ANSI_ARGS_((
  10.                 Tk_PhotoImageFormat *formatPtr)))
  11. #endif /* #ifndef Tk_CreatePhotoImageFormat */
  12.  
  13. #ifndef Tk_DitherPhoto
  14. VFUNC(void,Tk_DitherPhoto,V_Tk_DitherPhoto,_ANSI_ARGS_((Tk_PhotoHandle handle,
  15.                 int x, int y, int width, int height)))
  16. #endif /* #ifndef Tk_DitherPhoto */
  17.  
  18. #ifndef Tk_FindPhoto
  19. VFUNC(Tk_PhotoHandle,Tk_FindPhoto,V_Tk_FindPhoto,_ANSI_ARGS_((Tcl_Interp *interp,
  20.                 CONST char *imageName)))
  21. #endif /* #ifndef Tk_FindPhoto */
  22.  
  23. #ifndef Tk_PhotoBlank
  24. VFUNC(void,Tk_PhotoBlank,V_Tk_PhotoBlank,_ANSI_ARGS_((Tk_PhotoHandle handle)))
  25. #endif /* #ifndef Tk_PhotoBlank */
  26.  
  27. #ifndef Tk_PhotoExpand
  28. VFUNC(void,Tk_PhotoExpand,V_Tk_PhotoExpand,_ANSI_ARGS_((Tk_PhotoHandle handle,
  29.                 int width, int height )))
  30. #endif /* #ifndef Tk_PhotoExpand */
  31.  
  32. #ifndef Tk_PhotoFormatName
  33. VFUNC(char *,Tk_PhotoFormatName,V_Tk_PhotoFormatName,_ANSI_ARGS_((Tcl_Interp *interp,
  34.                 Tcl_Obj *formatString)))
  35. #endif /* #ifndef Tk_PhotoFormatName */
  36.  
  37. #ifndef Tk_PhotoGetImage
  38. VFUNC(int,Tk_PhotoGetImage,V_Tk_PhotoGetImage,_ANSI_ARGS_((Tk_PhotoHandle handle,
  39.                 Tk_PhotoImageBlock *blockPtr)))
  40. #endif /* #ifndef Tk_PhotoGetImage */
  41.  
  42. #ifndef Tk_PhotoGetSize
  43. VFUNC(void,Tk_PhotoGetSize,V_Tk_PhotoGetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
  44.                 int *widthPtr, int *heightPtr)))
  45. #endif /* #ifndef Tk_PhotoGetSize */
  46.  
  47. #ifndef Tk_PhotoPutBlock
  48. VFUNC(void,Tk_PhotoPutBlock,V_Tk_PhotoPutBlock,_ANSI_ARGS_((Tk_PhotoHandle handle,
  49.                 Tk_PhotoImageBlock *blockPtr, int x, int y,
  50.                 int width, int height, int compRule)))
  51. #endif /* #ifndef Tk_PhotoPutBlock */
  52.  
  53. #ifndef Tk_PhotoPutZoomedBlock
  54. VFUNC(void,Tk_PhotoPutZoomedBlock,V_Tk_PhotoPutZoomedBlock,_ANSI_ARGS_((
  55.                 Tk_PhotoHandle handle,
  56.                 Tk_PhotoImageBlock *blockPtr, int x, int y,
  57.                 int width, int height, int zoomX, int zoomY,
  58.                 int subsampleX, int subsampleY, int compRule)))
  59. #endif /* #ifndef Tk_PhotoPutZoomedBlock */
  60.  
  61. #ifndef Tk_PhotoSetSize
  62. VFUNC(void,Tk_PhotoSetSize,V_Tk_PhotoSetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
  63.                 int width, int height)))
  64. #endif /* #ifndef Tk_PhotoSetSize */
  65.  
  66. #endif /* _TKIMGPHOTO */
  67.