gtkTextBufferDeleteMark        package:RGtk2        R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_D_e_l_e_t_e_M_a_r_k

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

     Deletes 'mark', so that it's no longer located anywhere in the
     buffer. Removes the reference the buffer holds to the mark, most
     operations on 'mark' become invalid, until it gets added to a
     buffer again with  'gtkTextBufferAddMark'. Use
     'gtkTextMarkGetDeleted' to   find out if a mark has been removed
     from its buffer. The "mark_deleted" signal will be emitted as
     notification after  the mark is deleted.

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

     gtkTextBufferDeleteMark(object, mark)

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

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

  'mark': ['GtkTextMark']  a 'GtkTextMark' in 'buffer'

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

     Derived by RGtkGen from GTK+ documentation

