gtkTextTagTableRemove         package:RGtk2         R Documentation

_g_t_k_T_e_x_t_T_a_g_T_a_b_l_e_R_e_m_o_v_e

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

     Remove a tag from the table. This will remove the table's
     reference to the tag, so be careful - the tag will end up
     destroyed if you don't have a reference to it.

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

     gtkTextTagTableRemove(object, tag)

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

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

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

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

     Derived by RGtkGen from GTK+ documentation

