GtkTextTagTable            package:RGtk2            R Documentation

_G_t_k_T_e_x_t_T_a_g_T_a_b_l_e

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

     Collection of tags that can be used together

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkTextTagTableNew()'
      'gtkTextTagTableAdd(object, tag)'
      'gtkTextTagTableRemove(object, tag)'
      'gtkTextTagTableLookup(object, name)'
      'gtkTextTagTableForeach(object, func, data = NULL)'
      'gtkTextTagTableGetSize(object)'
      'gtkTextTagTable()'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GtkTextTagTable 

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

     You may wish to begin by reading the text widget conceptual
     overview which gives an overview of all the objects and data types
     related to the text widget and how they work together.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_T_e_x_t_T_a_g_T_a_b_l_e' _undocumented _


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkTextTagTable' is the equivalent of 'gtkTextTagTableNew'.

_U_s_e_r _F_u_n_c_t_i_o_n_s:


     '_G_t_k_T_e_x_t_T_a_g_T_a_b_l_e_F_o_r_e_a_c_h(_t_a_g, _d_a_t_a)' _undocumented _

          '_t_a_g' ['GtkTextTag'] 

          '_d_a_t_a' [R object] 


_S_i_g_n_a_l_s:


     '_t_a_g-_a_d_d_e_d(_t_e_x_t_t_a_g_t_a_b_l_e, _a_r_g_1, _u_s_e_r._d_a_t_a)' _undocumented _

          '_t_e_x_t_t_a_g_t_a_b_l_e' ['GtkTextTagTable'] the object which received
               the signal.

          '_a_r_g_1' ['GtkTextTag'] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_t_a_g-_c_h_a_n_g_e_d(_t_e_x_t_t_a_g_t_a_b_l_e, _a_r_g_1, _a_r_g_2, _u_s_e_r._d_a_t_a)' _undocumented _

          '_t_e_x_t_t_a_g_t_a_b_l_e' ['GtkTextTagTable'] the object which received
               the signal.

          '_a_r_g_1' ['GtkTextTag'] 

          '_a_r_g_2' [logical] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_t_a_g-_r_e_m_o_v_e_d(_t_e_x_t_t_a_g_t_a_b_l_e, _a_r_g_1, _u_s_e_r._d_a_t_a)' _undocumented _

          '_t_e_x_t_t_a_g_t_a_b_l_e' ['GtkTextTagTable'] the object which received
               the signal.

          '_a_r_g_1' ['GtkTextTag'] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkTextTagTable.html>

