gtkTextTagSetPriority         package:RGtk2         R Documentation

_g_t_k_T_e_x_t_T_a_g_S_e_t_P_r_i_o_r_i_t_y

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

     Sets the priority of a 'GtkTextTag'. Valid priorities are start at
     0 and go to one less than 'gtkTextTagTableGetSize'. Each tag in a
     table has a unique priority; setting the priority of one tag
     shifts the priorities of all the other tags in the table to
     maintain a unique priority for each tag. Higher priority tags
     "win" if two tags both set the same text attribute. When adding a
     tag to a tag table, it will be assigned the highest priority in
     the table by default; so normally the precedence of a set of tags
     is the order in which they were added to the table, or created
     with 'gtkTextBufferCreateTag', which adds the tag to the buffer's
     table automatically.

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

     gtkTextTagSetPriority(object, priority)

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

'object': ['GtkTextTag']  a 'GtkTextTag'

'priority': [integer]  the new priority

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

     Derived by RGtkGen from GTK+ documentation

