Image.from_animation
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public Image.from_animation (PixbufAnimation animation)
public Image.from_animation (PixbufAnimation animation)
Creates a Image displaying the given animation.
The Image does not assume a reference to the animation; you still need to unref it if you own references. Image will add its own reference rather than adopting yours.
Note that the animation frames are shown using a timeout with DEFAULT. When using animations to indicate busyness, keep in mind that the animation will only be shown if the main loop is not busy with something that has a higher priority.
Parameters:
animation |
an animation |
Returns:
a new Image widget |