gdkGCSetStipple {RGtk2}R Documentation

gdkGCSetStipple

Description

Set the stipple bitmap for a graphics context. The stipple will only be used if the fill mode is GDK_STIPPLED or GDK_OPAQUE_STIPPLED.

Usage

gdkGCSetStipple(object, stipple)

Arguments

object [GdkGC] a GdkGC.
stipple [GdkPixmap] the new stipple bitmap.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]