atkHyperlinkGetObject         package:RGtk2         R Documentation

_a_t_k_H_y_p_e_r_l_i_n_k_G_e_t_O_b_j_e_c_t

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

     Returns the item associated with this hyperlinks nth anchor. For
     instance, the returned 'AtkObject' will implement 'AtkText' if
     'link.' is a text hyperlink, 'AtkImage' if 'link.' is an image
     hyperlink etc.

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

     atkHyperlinkGetObject(object, i)

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

'object': ['AtkHyperlink']  an 'AtkHyperlink'

     'i': [integer]  a (zero-index) integer specifying the desired
          anchor

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

     Multiple anchors are primarily used by client-side image maps.

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

     ['AtkObject']  an 'AtkObject' associated with this hyperlinks i-th
     anchor

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

     Derived by RGtkGen from GTK+ documentation

