AtkHyperlink              package:RGtk2              R Documentation

_A_t_k_H_y_p_e_r_l_i_n_k

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

     An ATK object which encapsulates a link or set of links in a
     hypertext document.

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'atkHyperlinkGetUri(object, i)'
      'atkHyperlinkGetObject(object, i)'
      'atkHyperlinkGetEndIndex(object)'
      'atkHyperlinkGetStartIndex(object)'
      'atkHyperlinkIsValid(object)'
      'atkHyperlinkIsInline(object)'
      'atkHyperlinkGetNAnchors(object)'
      'atkHyperlinkIsSelectedLink(object)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----AtkHyperlink 

_I_n_t_e_r_f_a_c_e_s:

     AtkHyperlink implements 'AtkAction'.

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

     An ATK object which encapsulates a link or set of links  (for
     instance in the case of client-side image maps) in a hypertext
     document. It may implement the AtkAction interface.  AtkHyperlink
     may also be used to refer to inline embedded content, since it
     allows specification of a start and end offset within the host
     AtkHypertext object.

_S_t_r_u_c_t_u_r_e_s:


     '_A_t_k_H_y_p_e_r_l_i_n_k' The AtkHyperlink structure should not be accessed
          directly.


_S_i_g_n_a_l_s:


     '_l_i_n_k-_a_c_t_i_v_a_t_e_d(_a_t_k_h_y_p_e_r_l_i_n_k, _u_s_e_r._d_a_t_a)' The signal
          link-activated is emitted when a link is activated.

          '_a_t_k_h_y_p_e_r_l_i_n_k' ['AtkHyperlink'] the object which received the
               signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_P_r_o_p_e_r_t_i_e_s:


     '_e_n_d-_i_n_d_e_x' [_i_n_t_e_g_e_r : _R_e_a_d] The end index of the AtkHyperlink
          object.  Allowed values: >= 0  Default value: 0


     '_n_u_m_b_e_r-_o_f-_a_n_c_h_o_r_s' [_i_n_t_e_g_e_r : _R_e_a_d] The number of anchors
          associated with the AtkHyperlink object.  Allowed values: >=
          0  Default value: 0


     '_s_e_l_e_c_t_e_d-_l_i_n_k' [_l_o_g_i_c_a_l : _R_e_a_d] Specifies whether the
          AtkHyperlink object is selected.  Default value: FALSE


     '_s_t_a_r_t-_i_n_d_e_x' [_i_n_t_e_g_e_r : _R_e_a_d] The start index of the AtkHyperlink
          object.  Allowed values: >= 0  Default value: 0


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/atk/AtkHyperlink.html>

