gdkPangoRendererSetStipple {RGtk2}R Documentation

gdkPangoRendererSetStipple

Description

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.

Usage

gdkPangoRendererSetStipple(object, part, stipple)

Arguments

object [GdkPangoRenderer] a GdkPangoRenderer
part [PangoRenderPart] the part to render with the stipple
stipple [GdkBitmap] the new stipple value.

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]