The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include "tkPort.h"
#include "tkInt.h"
#include "tkImgPhoto.h"
#include "tkImgPhoto_f.h"
static unsigned TkimgphotoVSize(void) { return sizeof(TkimgphotoVtab);}
static TkimgphotoVtab TkimgphotoVtable =
{
 TkimgphotoVSize,
#define VFUNC(type,name,mem,args) name,
#define VVAR(type,name,mem)      &name,
#include "tkImgPhoto.t"
#undef VFUNC
#undef VVAR
};
TkimgphotoVtab *TkimgphotoVptr;
TkimgphotoVtab *TkimgphotoVGet() { return TkimgphotoVptr = &TkimgphotoVtable;}