pangoRendererPartChanged        package:RGtk2        R Documentation

_p_a_n_g_o_R_e_n_d_e_r_e_r_P_a_r_t_C_h_a_n_g_e_d

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

     Informs Pango that the way that the rendering is done for 'part'
     has changed in a way that would prevent multiple pieces being
     joined together into one drawing call. For instance, if a subclass
     of 'PangoRenderer' was to add a stipple option for drawing
     underlines, it needs to call

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

     pangoRendererPartChanged(object, part)

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

'object': ['PangoRenderer']  a 'PangoRenderer'

  'part': ['PangoRenderPart']  the part for which rendering has
          changed.

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

     pango_renderer_part_changed (render, PANGO_RENDER_PART_UNDERLINE);
      When the stipple changes or underlines with different stipples
     might be joined together. Pango automatically calls this for
     changes to colors. (See 'pangoRendererSetColor')  

     Since  1.8

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

     Derived by RGtkGen from GTK+ documentation

