Description Usage Arguments Value Author(s)
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.
1 | gdkPixbufAnimationIterGetPixbuf(object)
|
|
an animation iterator |
[GdkPixbuf
] the pixbuf to be displayed
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.