RGtk2 (version 2.20.31)

gtkRcParseColor: gtkRcParseColor

Description

Parses a color in the format expected in a RC file.

Usage

gtkRcParseColor(scanner, color)

Arguments

scanner
a GScanner
color
a pointer to a GdkColor structure in which to store the result

Value

G_TOKEN_NONE if parsing succeeded, otherwise the token that was expected but not found

Details

Note that theme engines should use gtkRcParseColorFull in order to support symbolic colors.