Package: gtk

Function gtk:image-new-from-animation

Lambda List

gtk:image-new-from-animation (animation)

Arguments

animation -- a gdk-pixbuf:pixbuf-animation object

Return Value

The new gtk:image widget.

Details

Creates a image displaying the given animation. Note that the animation frames are shown using a timeout with the glib:+priority-default+ value. 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.
 

See also

#2023-3-20