GdkPixbufAnimationIterClass

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

Members

Variables

advance
bool function(GdkPixbufAnimationIter* iter, const(GTimeVal)* currentTime) advance;

advances the iterator to @current_time, possibly changing the current frame.

getDelayTime
int function(GdkPixbufAnimationIter* iter) getDelayTime;

returns the time in milliseconds that the current frame should be shown.

getPixbuf
PixbufC* function(GdkPixbufAnimationIter* iter) getPixbuf;

returns the current frame.

onCurrentlyLoadingFrame
bool function(GdkPixbufAnimationIter* iter) onCurrentlyLoadingFrame;

returns whether the current frame of @iter is being loaded.

parentClass
GObjectClass parentClass;

the parent class