gdkGCSetColormap {RGtk2}R Documentation

gdkGCSetColormap

Description

Sets the colormap for the GC to the given colormap. The depth of the colormap's visual must match the depth of the drawable for which the GC was created.

Usage

gdkGCSetColormap(object, colormap)

Arguments

object [GdkGC] a GdkGC
colormap [GdkColormap] a GdkColormap

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]