rc_parse_color
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public uint rc_parse_color (Scanner scanner, out Color color)
Warning: rc_parse_color is deprecated since 3.0.
Parses a color in the format expected in a RC file.
Note:
Use CssProvider instead
Note that theme engines should use rc_parse_color_full in order to support symbolic colors.
Parameters:
scanner |
a Scanner |
color |
a pointer to a Color in which to store the result |
Returns:
g_token_none if parsing succeeded, otherwise the token that was expected but not found |
Namespace: Gtk
Package: gtk+-3.0