rcParseColor

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

Note that theme engines should use gtk.global.rcParseColorFull in order to support symbolic colors.

More...

Parameters

scanner glib.scanner.Scanner

a #GScanner

color gdk.color.Color

a pointer to a #GdkColor in which to store the result

Return Value

Type: uint

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

Detailed Description

Deprecated: Use #GtkCssProvider instead