PixbufSimpleAnimIter

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

self
PixbufSimpleAnimIter self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Inherited Members

From PixbufAnimationIter

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
PixbufAnimationIter self()

Returns this, for use in with statements.

advance
bool advance(glib.time_val.TimeVal currentTime)

Possibly advances an animation to a new frame.

getDelayTime
int getDelayTime()

Gets the number of milliseconds the current pixbuf should be displayed, or -1 if the current pixbuf should be displayed forever.

getPixbuf
gdkpixbuf.pixbuf.Pixbuf getPixbuf()

Gets the current pixbuf which should be displayed.

onCurrentlyLoadingFrame
bool onCurrentlyLoadingFrame()

Used to determine how to respond to the area_updated signal on #GdkPixbufLoader when loading an animation.