gdkColorWhite: gdkColorWhite

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkColorWhite(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


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

Related to gdkColorWhite in RGtk2...