atkTextGetCharacterExtents       package:RGtk2       R Documentation

_a_t_k_T_e_x_t_G_e_t_C_h_a_r_a_c_t_e_r_E_x_t_e_n_t_s

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

     Get the bounding box containing the glyph representing the
     character at  a particular text offset.

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

     atkTextGetCharacterExtents(object, offset, coords)

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

'object': ['AtkText']  an 'AtkText'

'offset': [integer]  The offset of the text character for which
          bounding information is required.

'coords': ['AtkCoordType']  specify whether coordinates are relative to
          the screen or widget window 

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

     A list containing the following elements: 

     'x': [integer]  Pointer for the x cordinate of the bounding box

     'y': [integer]  Pointer for the y cordinate of the bounding box

 'width': [integer]  Pointer for the width of the bounding box

'height': [integer]  Pointer for the height of the bounding box

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

     Derived by RGtkGen from GTK+ documentation

