atkHypertextGetLinkIndex        package:RGtk2        R Documentation

_a_t_k_H_y_p_e_r_t_e_x_t_G_e_t_L_i_n_k_I_n_d_e_x

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

     Gets the index into the list of hyperlinks that is associated with
     the character specified by 'char.index'.

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

     atkHypertextGetLinkIndex(object, char.index)

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

'object': ['AtkHypertext']  an 'AtkHypertext'

'char.index': [integer]  a character index

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

     [integer]  an index into the list of hyperlinks in 'hypertext', or
     -1 if there is no hyperlink associated with this character.

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

     Derived by RGtkGen from GTK+ documentation

