gtkImageNewFromAnimation {RGtk2}R Documentation

gtkImageNewFromAnimation

Description

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.

Usage

gtkImageNewFromAnimation(animation)

Arguments

animation [GdkPixbufAnimation] an animation

Value

[GtkWidget] a new GtkImage widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]