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

a GdkGC.

stipple

the new stipple bitmap.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]