File: tkImgPhoto.m

package info (click to toggle)
perl-tk 1%3A800.025-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,444 kB
  • ctags: 19,081
  • sloc: ansic: 206,740; perl: 40,187; makefile: 4,371; sh: 2,373; yacc: 762
file content (47 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#ifndef _TKIMGPHOTO_VM
#define _TKIMGPHOTO_VM
#include "tkImgPhoto_f.h"
#ifndef NO_VTABLES
#define tkImgFmtPPM (*TkimgphotoVptr->V_tkImgFmtPPM)
#ifndef Tk_CreatePhotoImageFormat
#  define Tk_CreatePhotoImageFormat (*TkimgphotoVptr->V_Tk_CreatePhotoImageFormat)
#endif

#ifndef Tk_FindPhoto
#  define Tk_FindPhoto (*TkimgphotoVptr->V_Tk_FindPhoto)
#endif

#ifndef Tk_PhotoBlank
#  define Tk_PhotoBlank (*TkimgphotoVptr->V_Tk_PhotoBlank)
#endif

#ifndef Tk_PhotoExpand
#  define Tk_PhotoExpand (*TkimgphotoVptr->V_Tk_PhotoExpand)
#endif

#ifndef Tk_PhotoFormatName
#  define Tk_PhotoFormatName (*TkimgphotoVptr->V_Tk_PhotoFormatName)
#endif

#ifndef Tk_PhotoGetImage
#  define Tk_PhotoGetImage (*TkimgphotoVptr->V_Tk_PhotoGetImage)
#endif

#ifndef Tk_PhotoGetSize
#  define Tk_PhotoGetSize (*TkimgphotoVptr->V_Tk_PhotoGetSize)
#endif

#ifndef Tk_PhotoPutBlock
#  define Tk_PhotoPutBlock (*TkimgphotoVptr->V_Tk_PhotoPutBlock)
#endif

#ifndef Tk_PhotoPutZoomedBlock
#  define Tk_PhotoPutZoomedBlock (*TkimgphotoVptr->V_Tk_PhotoPutZoomedBlock)
#endif

#ifndef Tk_PhotoSetSize
#  define Tk_PhotoSetSize (*TkimgphotoVptr->V_Tk_PhotoSetSize)
#endif

#endif /* NO_VTABLES */
#endif /* _TKIMGPHOTO_VM */