atkTextGetRangeExtents         package:RGtk2         R Documentation

_a_t_k_T_e_x_t_G_e_t_R_a_n_g_e_E_x_t_e_n_t_s

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

     Get the bounding box for text within the specified range.

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

     atkTextGetRangeExtents(object, start.offset, end.offset, coord.type)

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

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

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

'end.offset': [integer]  The offset of the text character after the
          last character  for which boundary information is required.

'coord.type': ['AtkCoordType']  Specify whether coordinates are
          relative to the screen or widget window.

_D_e_t_a_i_l_s:

     Since  ATK 1.3

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

     A list containing the following elements: 

  'rect': ['AtkTextRectangle']  A pointer to a AtkTextRectangle which
          is filled in by this function.

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

     Derived by RGtkGen from GTK+ documentation

