gdkColormapNew: gdkColormapNew

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Creates a new colormap for the given visual.

Usage

1
gdkColormapNew(visual, allocate)

Arguments

visual

a GdkVisual.

allocate

if TRUE, the newly created colormap will be a private colormap, and all colors in it will be allocated for the applications use.

Value

[GdkColormap] the new GdkColormap.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkColormapNew in RGtk2...