AtkHypertext              package:RGtk2              R Documentation

_A_t_k_H_y_p_e_r_t_e_x_t

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

     The ATK interface which provides standard mechanism for
     manipulating hyperlinks.

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

     'atkHypertextGetLink(object, link.index)'
      'atkHypertextGetNLinks(object)'
      'atkHypertextGetLinkIndex(object, char.index)'

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

     GInterface
        +----AtkHypertext 

_I_m_p_l_e_m_e_n_t_a_t_i_o_n_s:

     AtkHypertext is implemented by 'AtkNoOpObject'.

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

     An interface used for objects which implement linking between
     multiple resource or content locations, or multiple 'markers'
     within a single document.  A Hypertext instance is associated with
     one or more Hyperlinks, which are associated with particular
     offsets within the Hypertext's included content.  While this
     interface is derived from Text, there is no requirement that
     Hypertext instances have textual content; they may implement Image
     as well, and Hyperlinks need not have non-zero text offsets.

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


     '_A_t_k_H_y_p_e_r_t_e_x_t' The AtkHypertext structure does not contain any
          fields.


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


     '_l_i_n_k-_s_e_l_e_c_t_e_d(_a_t_k_h_y_p_e_r_t_e_x_t, _a_r_g_1, _u_s_e_r._d_a_t_a)' The "link-selected"
          signal is emitted by an AtkHyperText object when one of the
          hyperlinks associated with the object is selected.

          '_a_t_k_h_y_p_e_r_t_e_x_t' ['AtkHypertext'] the object which received the
               signal.

          '_a_r_g_1' [integer] the index of the hyperlink which is selected

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


_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/AtkHypertext.html>

