atkImageGetImageSize          package:RGtk2          R Documentation

_a_t_k_I_m_a_g_e_G_e_t_I_m_a_g_e_S_i_z_e

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

     Get the width and height in pixels for the specified image. The
     values of 'width' and 'height' are returned as -1 if the values
     cannot be obtained (for instance, if the object is not onscreen).

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

     atkImageGetImageSize(object)

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

'object': ['AtkImage']  a 'GObject' instance that implements
          AtkImageIface

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

     A list containing the following elements: 

 'width': [integer]  filled with the image width, or -1 if the value
          cannot be obtained.

'height': [integer]  filled with the image height, or -1 if the value
          cannot be obtained.

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

     Derived by RGtkGen from GTK+ documentation

