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.