gtkRcParseColor {RGtk2} | R Documentation |
Parses a color in the format expected in a RC file.
gtkRcParseColor(scanner, color)
|
[GScanner] a GScanner |
|
[GdkColor ] a pointer to a GtkColor structure in which to store the result |
Note that theme engines should use gtkRcParseColorFull
in
order to support symbolic colors.
[numeric] G_TOKEN_NONE
if parsing succeeded, otherwise the token
that was expected but not found
Derived by RGtkGen from GTK+ documentation