gtkColorSelectionPaletteFromString {RGtk2}R Documentation

gtkColorSelectionPaletteFromString

Description

Parses a color palette string; the string is a colon-separated list of color names readable by gdkColorParse.

Usage

gtkColorSelectionPaletteFromString(str)

Arguments

str [character] a string encoding a color palette.

Value

A list containing the following elements:

retval [logical] TRUE if a palette was successfully parsed.
colors [GdkColor] return location for allocated list of GdkColor.
n.colors [integer] return location for length of list.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]