GdkPixbuf.PixbufAnimationClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get_iter |
r |
returns an iterator for the given animation. |
|
get_size |
r |
fills width and height with the frame size of the animation. |
|
get_static_image |
r |
returns a static image representing the given animation. |
|
is_static_image |
r |
returns whether the given animation is just a static image. |
|
parent_class |
r |
the parent class |
Methods¶
None
Details¶
- class GdkPixbuf.PixbufAnimationClass¶
Modules supporting animations must derive a type from
GdkPixbuf.PixbufAnimation
, providing suitable implementations of the virtual functions.