gtkTextBufferAddMark          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_A_d_d_M_a_r_k

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

     Adds the mark at position 'where'. The mark must not be added to
     another buffer, and if its name is not 'NULL' then there must not
     be another mark in the buffer with the same name.

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

     gtkTextBufferAddMark(object, mark, where)

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

'object': ['GtkTextBuffer']  a 'GtkTextBuffer'

  'mark': ['GtkTextMark']  the mark to add

 'where': ['GtkTextIter']  location to place mark

_D_e_t_a_i_l_s:

     Emits the "mark_set" signal as notification of the mark's initial
     placement.  

     Since  2.12

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

     Derived by RGtkGen from GTK+ documentation

