AtkImage                package:RGtk2                R Documentation

_A_t_k_I_m_a_g_e

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

     The ATK Interface implemented by components which expose image or
     pixmap content on-screen.

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

     'atkImageGetImagePosition(object, coord.type)'
      'atkImageGetImageDescription(object)'
      'atkImageSetImageDescription(object, description)'
      'atkImageGetImageSize(object)'
      'atkImageGetImageLocale(object)'

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

     GInterface
        +----AtkImage 

_I_m_p_l_e_m_e_n_t_a_t_i_o_n_s:

     AtkImage is implemented by 'AtkNoOpObject'.

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

     'AtkImage' should be implemented by 'AtkObject' subtypes on behalf
     of components which display image/pixmap information onscreen, and
     which provide information (other than just widget borders, etc.)
     via that image content.  For instance, icons, buttons with icons,
     toolbar elements, and image viewing panes typically should
     implement 'AtkImage'. 'AtkImage' primarily provides two types of
     information: coordinate information (useful for screen review mode
     of screenreaders, and for use by onscreen magnifiers), and
     descriptive information.  The descriptive information is provided
     for alternative, text-only presentation of the most significant
     information present in the image.

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


     '_A_t_k_I_m_a_g_e' The AtkImage 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/AtkImage.html>

