gtkTextTagTableAdd           package:RGtk2           R Documentation

_g_t_k_T_e_x_t_T_a_g_T_a_b_l_e_A_d_d

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

     Add a tag to the table. The tag is assigned the highest priority
     in the table.

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

     gtkTextTagTableAdd(object, tag)

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

'object': ['GtkTextTagTable']  a 'GtkTextTagTable'

   'tag': ['GtkTextTag']  a 'GtkTextTag'

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

     'tag' must not be in a tag table already, and may not have the
     same name as an already-added tag.

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

     Derived by RGtkGen from GTK+ documentation

