gdkpixbuf.pixbuf_animation_iter

Module for [PixbufAnimationIter] class

Types 3

An opaque object representing an iterator which points to a certain position in an animation.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
PixbufAnimationIter self() nothrowReturns `this`, for use in `with` statements.
PixbufAnimationIterGidBuilder builder() static nothrowGet builder for [gdkpixbuf.pixbuf_animation_iter.PixbufAnimationIter] Returns: New builder object
bool advance(glib.time_val.TimeVal currentTime) nothrowPossibly advances an animation to a new frame.
int getDelayTime() nothrowGets the number of milliseconds the current pixbuf should be displayed, or -1 if the current pixbuf should be displayed forever.
gdkpixbuf.pixbuf.Pixbuf getPixbuf() nothrowGets the current pixbuf which should be displayed.
bool onCurrentlyLoadingFrame() nothrowUsed to determine how to respond to the area_updated signal on #GdkPixbufLoader when loading an animation.
Constructors
this(void * ptr, Flag!"Take" take)