Description Usage Arguments Details Value Author(s)
Creates a GtkImage
displaying the given animation.
The GtkImage
does not assume a reference to the
animation; you still need to unref it if you own references.
GtkImage
will add its own reference rather than adopting yours.
1 | gtkImageNewFromAnimation(animation, show = TRUE)
|
|
an animation |
Note that the animation frames are shown using a timeout with
G_PRIORITY_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.
[GtkWidget
] a new GtkImage
widget
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.