gdkGCSetStipple: gdkGCSetStipple

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

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

1
gdkGCSetStipple(object, stipple)

Arguments

object

a GdkGC.

stipple

the new stipple bitmap.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkGCSetStipple in RGtk2...