GdkPixbufAnimationClass

Modules supporting animations must derive a type from #GdkPixbufAnimation, providing suitable implementations of the virtual functions.

Members

Variables

getIter
GdkPixbufAnimationIter* function(GdkPixbufAnimation* animation, const(GTimeVal)* startTime) getIter;

returns an iterator for the given animation.

getSize
void function(GdkPixbufAnimation* animation, int* width, int* height) getSize;

fills @width and @height with the frame size of the animation.

getStaticImage
PixbufC* function(GdkPixbufAnimation* animation) getStaticImage;

returns a static image representing the given animation.

isStaticImage
bool function(GdkPixbufAnimation* animation) isStaticImage;

returns whether the given animation is just a static image.

parentClass
GObjectClass parentClass;

the parent class