gtkTextBufferInsertChildAnchor     package:RGtk2     R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_I_n_s_e_r_t_C_h_i_l_d_A_n_c_h_o_r

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

     Inserts a child widget anchor into the text buffer at 'iter'. The
     anchor will be counted as one character in character counts, and
     when obtaining the buffer contents as a string, will be
     represented by the Unicode "object replacement character" 0xFFFC.
     Note that the "slice" variants for obtaining portions of the
     buffer as a string include this character for child anchors, but
     the "text" variants do not. E.g. see 'gtkTextBufferGetSlice' and
     'gtkTextBufferGetText'. Consider 'gtkTextBufferCreateChildAnchor'
     as a more convenient alternative to this function. The buffer will
     add a reference to the anchor, so you can unref it after
     insertion.

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

     gtkTextBufferInsertChildAnchor(object, iter, anchor)

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

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

  'iter': ['GtkTextIter']  location to insert the anchor

'anchor': ['GtkTextChildAnchor']  a 'GtkTextChildAnchor'

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

     Derived by RGtkGen from GTK+ documentation

