RcStyle.parseColor

Warning gtk_rc_parse_color has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkCssProvider instead Parses a color in the format expected in a RC file. Note that theme engines should use gtk_rc_parse_color_full() in order to support symbolic colors.

class RcStyle
deprecated static
uint
parseColor

Parameters

scanner ScannerG

a GScanner

color Color

a pointer to a GdkColor structure in which to store the result. out

Return Value

Type: uint

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

Meta