Method

GtkImageset_from_animation

Declaration [src]

void
gtk_image_set_from_animation (
  GtkImage* image,
  GdkPixbufAnimation* animation
)

Description [src]

Causes the GtkImage to display the given animation (or display nothing, if you set the animation to NULL).

Parameters

animation

Type: GdkPixbufAnimation

The GdkPixbufAnimation.

The data is owned by the caller of the method.