gdkColorWhite {RGtk2}R Documentation

gdkColorWhite

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

gdkColorWhite(object)

Arguments

object [GdkColormap] a GdkColormap.

Value

A list containing the following elements:

retval [integer] TRUE if the allocation succeeded.
color [GdkColor] the location to store the color.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]