GdkPixbuf.PixbufAnimationIterClass

Fields

Name

Type

Access

Description

advance

object

r

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

get_delay_time

object

r

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

get_pixbuf

object

r

returns the current frame.

on_currently_loading_frame

object

r

returns whether the current frame of iter is being loaded.

parent_class

GObject.ObjectClass

r

the parent class

Methods

None

Details

class GdkPixbuf.PixbufAnimationIterClass

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