gtkColorSelectionPaletteFromString {RGtk2} | R Documentation |
Parses a color palette string; the string is a colon-separated
list of color names readable by gdkColorParse
.
gtkColorSelectionPaletteFromString(str)
|
[character] a string encoding a color palette. |
A list containing the following elements:
retval |
[logical] TRUE if a palette was successfully parsed. |
|
[GdkColor ] return location for allocated list of GdkColor . |
|
[integer] return location for length of list. |
Derived by RGtkGen from GTK+ documentation