PixbufAnimationIter

open class PixbufAnimationIter(pointer: <Error class: unknown class><<Error class: unknown class>>)

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

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gdkpixbufPixbufAnimationIterPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun advance(currentTime: <Error class: unknown class>? = null): Boolean

Possibly advances an animation to a new frame.

Link copied to clipboard
open fun getDelayTime(): Int

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

Link copied to clipboard
open fun getPixbuf(): Pixbuf

Gets the current pixbuf which should be displayed.

Link copied to clipboard

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