AtkEditableText            package:RGtk2            R Documentation

_A_t_k_E_d_i_t_a_b_l_e_T_e_x_t

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

     The ATK interface implemented by components containing
     user-editable text content.

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

     'atkEditableTextSetRunAttributes(object, attrib.set, start.offset,
     end.offset)'
      'atkEditableTextSetTextContents(object, string)'
      'atkEditableTextInsertText(object, string, position)'
      'atkEditableTextCopyText(object, start.pos, end.pos)'
      'atkEditableTextCutText(object, start.pos, end.pos)'
      'atkEditableTextDeleteText(object, start.pos, end.pos)'
      'atkEditableTextPasteText(object, position)'

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

     GInterface
        +----AtkEditableText 

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

     AtkEditableText is implemented by 'AtkNoOpObject'.

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

     'AtkEditableText' should be implemented by UI components which
     contain text which the user can edit, via the 'AtkObject'
     corresponding to that component (see 'AtkObject').
     'AtkEditableText' is a subclass of 'AtkText', and as such, an
     object which implements 'AtkEditableText' is by definition an
     'AtkText' implementor as well.

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


     '_A_t_k_E_d_i_t_a_b_l_e_T_e_x_t' The AtkEditableText structure does not contain
          any fields.


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

_S_e_e _A_l_s_o:

     'AtkText'

