Constructor
GdkPixbuf.PixbufSimpleAnim.new
Declaration [src]
GdkPixbufSimpleAnim*
gdk_pixbuf_simple_anim_new (
  gint width,
  gint height,
  gfloat rate
)
Parameters
| width | gint | 
| the width of the animation | |
| height | gint | 
| the height of the animation | |
| rate | gfloat | 
| the speed of the animation, in frames per second | 
Return value
| Returns: GdkPixbufSimpleAnim | |
| a newly allocated  | |
| Ownership of the data is transferred to the caller | |