gdkPixbufAnimationIterGetPixbuf: gdkPixbufAnimationIterGetPixbuf

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Gets the current pixbuf which should be displayed; the pixbuf will be the same size as the animation itself (gdkPixbufAnimationGetWidth, gdkPixbufAnimationGetHeight). This pixbuf should be displayed for gdkPixbufAnimationIterGetDelayTime milliseconds. The caller of this function does not own a reference to the returned pixbuf; the returned pixbuf will become invalid when the iterator advances to the next frame, which may happen anytime you call gdkPixbufAnimationIterAdvance. Copy the pixbuf to keep it (don't just add a reference), as it may get recycled as you advance the iterator.

Usage

1

Arguments

object

an animation iterator

Value

[GdkPixbuf] the pixbuf to be displayed

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.