home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _ba5c90fc34ff8e4f3bfb702e2c7b5e82 < prev    next >
Encoding:
Text File  |  2004-04-13  |  1.8 KB  |  57 lines

  1. #ifdef _TKIMGPHOTO
  2. VVAR(Tk_PhotoImageFormat,tkImgFmtPPM,V_tkImgFmtPPM)
  3. #ifndef Tk_CreatePhotoImageFormat
  4. VFUNC(void,Tk_CreatePhotoImageFormat,V_Tk_CreatePhotoImageFormat,_ANSI_ARGS_((
  5.                 Tk_PhotoImageFormat *formatPtr)))
  6. #endif
  7.  
  8. #ifndef Tk_FindPhoto
  9. VFUNC(Tk_PhotoHandle,Tk_FindPhoto,V_Tk_FindPhoto,_ANSI_ARGS_((Tcl_Interp *interp, 
  10.                 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_PhotoFormatName
  23. VFUNC(char *,Tk_PhotoFormatName,V_Tk_PhotoFormatName,_ANSI_ARGS_((Tcl_Interp *interp, 
  24.                 Tcl_Obj *formatString)))
  25. #endif
  26.  
  27. #ifndef Tk_PhotoGetImage
  28. VFUNC(int,Tk_PhotoGetImage,V_Tk_PhotoGetImage,_ANSI_ARGS_((Tk_PhotoHandle handle,
  29.                 Tk_PhotoImageBlock *blockPtr)))
  30. #endif
  31.  
  32. #ifndef Tk_PhotoGetSize
  33. VFUNC(void,Tk_PhotoGetSize,V_Tk_PhotoGetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
  34.                 int *widthPtr, int *heightPtr)))
  35. #endif
  36.  
  37. #ifndef Tk_PhotoPutBlock
  38. VFUNC(void,Tk_PhotoPutBlock,V_Tk_PhotoPutBlock,_ANSI_ARGS_((Tk_PhotoHandle handle,
  39.                 Tk_PhotoImageBlock *blockPtr, int x, int y,
  40.                 int width, int height)))
  41. #endif
  42.  
  43. #ifndef Tk_PhotoPutZoomedBlock
  44. VFUNC(void,Tk_PhotoPutZoomedBlock,V_Tk_PhotoPutZoomedBlock,_ANSI_ARGS_((
  45.                 Tk_PhotoHandle handle,
  46.                 Tk_PhotoImageBlock *blockPtr, int x, int y,
  47.                 int width, int height, int zoomX, int zoomY,
  48.                 int subsampleX, int subsampleY)))
  49. #endif
  50.  
  51. #ifndef Tk_PhotoSetSize
  52. VFUNC(void,Tk_PhotoSetSize,V_Tk_PhotoSetSize,_ANSI_ARGS_((Tk_PhotoHandle handle,
  53.                 int width, int height)))
  54. #endif
  55.  
  56. #endif /* _TKIMGPHOTO */
  57.