GdkPixbuf.PixbufAnimationIterClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
advance |
r |
advances the iterator to current_time, possibly changing the current frame. |
|
get_delay_time |
r |
returns the time in milliseconds that the current frame should be shown. |
|
get_pixbuf |
r |
returns the current frame. |
|
on_currently_loading_frame |
r |
returns whether the current frame of iter is being loaded. |
|
parent_class |
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.