AtkStreamableContent          package:RGtk2          R Documentation

_A_t_k_S_t_r_e_a_m_a_b_l_e_C_o_n_t_e_n_t

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

     The ATK interface which provides access to streamable content.

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

     'atkStreamableContentGetNMimeTypes(object)'
      'atkStreamableContentGetMimeType(object, i)'
      'atkStreamableContentGetStream(object, mime.type)'

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

     GInterface
        +----AtkStreamableContent 

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

     An interface whereby an object allows its backing content to be
     streamed to clients.  Typical implementors would be images or
     icons, HTML content, or multimedia display/rendering widgets.

     Negotiation of content type is allowed. Clients may examine the
     backing data and transform, convert, or parse the content in order
     to present it in an alternate form to end-users.

     The AtkStreamableContent interface is particularly useful for
     saving, printing, or post-processing entire documents, or for
     persisting alternate views of a document. If document content
     itself is being serialized, stored, or converted, then use of the
     AtkStreamableContent interface can help address performance
     issues. Unlike most ATK interfaces, this interface is not strongly
     tied to the current user-agent view of the a particular document,
     but may in some cases give access to the underlying model data.

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


     '_A_t_k_S_t_r_e_a_m_a_b_l_e_C_o_n_t_e_n_t' The AtkStreamableContent structure does not
          contain any fields.


_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/atk/AtkStreamableContent.html>

