gtkImageNewFromAnimation        package:RGtk2        R Documentation

_g_t_k_I_m_a_g_e_N_e_w_F_r_o_m_A_n_i_m_a_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     gtkImageNewFromAnimation(animation, show = TRUE)

_A_r_g_u_m_e_n_t_s:

'animation': ['GdkPixbufAnimation']  an animation

_D_e_t_a_i_l_s:

     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.

_V_a_l_u_e:

     ['GtkWidget']  a new 'GtkImage' widget

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

