GdkPixbuf.PixbufSimpleAnim¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Whether the animation should loop when it reaches the end |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GdkPixbuf.PixbufSimpleAnim(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque struct representing a simple animation.
- classmethod new(width, height, rate)[source]¶
- Parameters:
- Returns:
a newly allocated
GdkPixbuf.PixbufSimpleAnim
- Return type:
Creates a new, empty animation.
New in version 2.8.
- add_frame(pixbuf)[source]¶
- Parameters:
pixbuf (
GdkPixbuf.Pixbuf
) – the pixbuf to add
Adds a new frame to self. The pixbuf must have the dimensions specified when the animation was constructed.
New in version 2.8.