Function
Gtkrc_parse_color_full
Declaration [src]
guint
gtk_rc_parse_color_full (
GScanner* scanner,
GtkRcStyle* style,
GdkColor* color
)
Description [src]
Parses a color in the format expected
in a RC file. If style
is not NULL
, it will be consulted to resolve
references to symbolic colors.
Available since: | 2.12 |
Deprecated since: | 3.0 |
Use |
Parameters
scanner |
GScanner |
A |
|
The data is owned by the caller of the function. | |
style |
GtkRcStyle |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
color |
GdkColor |
A pointer to a |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |