gdkColorBlack {RGtk2}R Documentation

gdkColorBlack

Description

Returns the black color for a given colormap. The resulting value has already been allocated. WARNING: gdk_color_black is deprecated and should not be used in newly-written code.

Usage

gdkColorBlack(object)

Arguments

object

a GdkColormap.

Value

A list containing the following elements:

retval

[integer] TRUE if the allocation succeeded.

color

the location to store the color.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]