gtkTextBufferCreateTag         package:RGtk2         R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_C_r_e_a_t_e_T_a_g

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

     Creates a tag and adds it to the tag table for 'buffer'.
     Equivalent to calling 'gtkTextTagNew' and then adding the tag to
     the buffer's tag table, so the ref count will be equal to one.

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

     gtkTextBufferCreateTag(object, tag.name, ...)

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

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

'tag.name': [character]  name of the new tag, or 'NULL'

   '...': list of property names and values

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

     If 'tag.name' is 'NULL', the tag is anonymous.

     If 'tag.name' is non-'NULL', a tag called 'tag.name' must not
     already exist in the tag table for this buffer.

     The 'first.property.name' argument and subsequent arguments are a
     list of properties to set on the tag, as with 'gObjectSet'.

_V_a_l_u_e:

     ['GtkTextTag']  a new tag

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

     Derived by RGtkGen from GTK+ documentation

