gdk-pixbuf-animation          package:RGtk2          R Documentation

_A_n_i_m_a_t_i_o_n_s

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

     Animated images.

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gdkPixbufAnimationNewFromFile(filename, .errwarn = TRUE)'
      'gdkPixbufAnimationGetWidth(object)'
      'gdkPixbufAnimationGetHeight(object)'
      'gdkPixbufAnimationGetIter(object, start.time)'
      'gdkPixbufAnimationIsStaticImage(object)'
      'gdkPixbufAnimationGetStaticImage(object)'
      'gdkPixbufAnimationIterAdvance(object, current.time)'
      'gdkPixbufAnimationIterGetDelayTime(object)'
      'gdkPixbufAnimationIterOnCurrentlyLoadingFrame(object)'
      'gdkPixbufAnimationIterGetPixbuf(object)'
      'gdkPixbufSimpleAnimNew(width, height, rate)'
      'gdkPixbufSimpleAnimAddFrame(object, pixbuf)'
      'gdkPixbufAnimation(filename, .errwarn = TRUE)'
     'gdkPixbufSimpleAnim(width, height, rate)'

_H_i_e_r_a_r_c_h_y:


     GObject
        +----GdkPixbufAnimation
     GObject
        +----GdkPixbufAnimationIter


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

     The 'gdk-pixbuf' library provides a simple mechanism to load and
     represent animations. An animation is conceptually a series of
     frames to be displayed over time. Each frame is the same size. The
     animation may not be represented as a series of frames internally;
     for example, it may be stored as a  sprite and instructions for
     moving the sprite around a background. To display  an animation
     you don't need to understand its representation, however; you just
     ask 'gdk-pixbuf' what should be displayed at a given point in
     time.

_S_t_r_u_c_t_u_r_e_s:


     '_G_d_k_P_i_x_b_u_f_A_n_i_m_a_t_i_o_n' And opaque struct representing an animation.


     '_G_d_k_P_i_x_b_u_f_A_n_i_m_a_t_i_o_n_I_t_e_r' And opaque struct representing an
          iterator which points to a certain position in an animation.


     '_G_d_k_P_i_x_b_u_f_S_i_m_p_l_e_A_n_i_m' An


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gdkPixbufAnimation' is the equivalent of
     'gdkPixbufAnimationNewFromFile'. 'gdkPixbufSimpleAnim' is the
     equivalent of 'gdkPixbufSimpleAnimNew'.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-animation.html>

_S_e_e _A_l_s_o:

     'GdkPixbufLoader'

