atkTextGetBoundedRanges        package:RGtk2        R Documentation

_a_t_k_T_e_x_t_G_e_t_B_o_u_n_d_e_d_R_a_n_g_e_s

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

     Get the ranges of text in the specified bounding box.

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

     atkTextGetBoundedRanges(object, rect, coord.type, x.clip.type, y.clip.type)

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

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

  'rect': ['AtkTextRectangle']  An AtkTextRectagle giving the
          dimensions of the bounding box.

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

'x.clip.type': ['AtkTextClipType']  Specify the horizontal clip type.

'y.clip.type': ['AtkTextClipType']  Specify the vertical clip type.

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

     Since  ATK 1.3

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

     ['AtkTextRange']  list of AtkTextRange. The last element of the
     list returned  by this function will be NULL.

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

     Derived by RGtkGen from GTK+ documentation

