Constructor
GdkPixbufPixbufSimpleAnimnew
since: 2.8
Declaration [src]
GdkPixbufSimpleAnim*
gdk_pixbuf_simple_anim_new (
  gint width,
  gint height,
  gfloat rate
)
Parameters
- width
- 
            Type: gintThe width of the animation. 
- height
- 
            Type: gintThe height of the animation. 
- rate
- 
            Type: gfloatThe speed of the animation, in frames per second. 
Return value
Type: GdkPixbufSimpleAnim
A newly allocated GdkPixbufSimpleAnim.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |