pangoAttrListSplice          package:RGtk2          R Documentation

_p_a_n_g_o_A_t_t_r_L_i_s_t_S_p_l_i_c_e

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

     This function opens up a hole in 'list', fills it in with
     attributes from the left, and then merges 'other' on top of the
     hole.

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

     pangoAttrListSplice(object, other, pos, len)

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

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

 'other': ['PangoAttrList']  another 'PangoAttrList'

   'pos': [integer]  the position in 'list' at which to insert 'other'

   'len': [integer]  the length of the spliced segment. (Note that this
          must be specified since the attributes in 'other' may only be
          present at some subsection of this range)

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

     This operation is equivalent to stretching every attribute that
     applies at position 'pos' in 'list' by an amount 'len', and then
     calling 'pangoAttrListChange' with a copy of each attribute in
     'other' in sequence (offset in position by 'pos').

     This operation proves useful for, for instance, inserting a
     pre-edit string in the middle of an edit buffer.

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

     Derived by RGtkGen from GTK+ documentation

