PixbufAnimationIter
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdk_pixbuf_animation_iter_get_type ()" ) ]
public class PixbufAnimationIter :
Object
An opaque object representing an iterator which points to a certain position in an animation.
Content:
Creation methods:
Methods:
- public virtual bool advance (TimeVal? current_time)
Possibly advances an animation to a new frame.
- public virtual int get_delay_time ()
Gets the number of milliseconds the current pixbuf should be displayed, or
-1 if the current pixbuf should be displayed forever.
- public virtual unowned Pixbuf get_pixbuf ()
Gets the current pixbuf which should be displayed.
- public virtual bool on_currently_loading_frame ()
Used to determine how to respond to the area_updated signal on
PixbufLoader when loading an animation.
Inherited Members:
All known members inherited from class GLib.Object