atkHyperlinkGetUri           package:RGtk2           R Documentation

_a_t_k_H_y_p_e_r_l_i_n_k_G_e_t_U_r_i

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

     Get a the URI associated with the anchor specified  by 'i' of
     'link.'.

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

     atkHyperlinkGetUri(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:

     [character]  a string specifying the URI

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

     Derived by RGtkGen from GTK+ documentation

