pangoAttrListInsert          package:RGtk2          R Documentation

_p_a_n_g_o_A_t_t_r_L_i_s_t_I_n_s_e_r_t

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

     Insert the given attribute into the 'PangoAttrList'. It will be
     inserted after all other attributes with a matching 'start.index'.

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

     pangoAttrListInsert(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.

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

     Derived by RGtkGen from GTK+ documentation

