gdkPangoRendererSetStipple       package:RGtk2       R Documentation

_g_d_k_P_a_n_g_o_R_e_n_d_e_r_e_r_S_e_t_S_t_i_p_p_l_e

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

     Sets the stipple for one render part (foreground, background,
     underline, etc.) Note that this is overwritten when iterating
     through the individual styled runs of a 'PangoLayout' or
     'PangoLayoutLine'. This function is thus only useful when you call
     low level functions like 'pangoRendererDrawGlyphs' directly, or in
     the 'prepare_run' virtual function of a subclass of
     'GdkPangoRenderer'.

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

     gdkPangoRendererSetStipple(object, part, stipple)

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

'object': ['GdkPangoRenderer']  a 'GdkPangoRenderer'

  'part': ['PangoRenderPart']  the part to render with the stipple

'stipple': ['GdkBitmap']  the new stipple value.

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

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

