pangoAttrListChange          package:RGtk2          R Documentation

_p_a_n_g_o_A_t_t_r_L_i_s_t_C_h_a_n_g_e

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

     Insert the given attribute into the 'PangoAttrList'. It will
     replace any attributes of the same type on that segment and be
     merged with any adjoining attributes that are identical.

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

     pangoAttrListChange(object, attr)

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

'object': ['PangoAttrList']  a 'PangoAttrList'

  'attr': ['PangoAttribute']  the attribute to insert. Ownership of
          this value is assumed by the list.

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

     This function is slower than 'pangoAttrListInsert' for creating a
     attribute list in order (potentially much slower for large lists).
     However, 'pangoAttrListInsert' is not suitable for continually
     changing a set of attributes since it never removes or combines
     existing attributes.

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

     Derived by RGtkGen from GTK+ documentation

