Function
GtkRcPropertyparse_color
Declaration [src]
gboolean
gtk_rc_property_parse_color (
const GParamSpec* pspec,
const GString* gstring,
GValue* property_value
)
Description [src]
A GtkRcPropertyParser
for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser()
which parses a
color given either by its name or in the form
{ red, green, blue }
where red, green and
blue are integers between 0 and 65535 or floating-point numbers
between 0 and 1.
Parameters
pspec
-
Type:
GParamSpec
A
GParamSpec
.The data is owned by the caller of the function. gstring
-
Type:
GString
The
GString
to be parsed.The data is owned by the caller of the function. property_value
-
Type:
GValue
A
GValue
which must holdGdkColor
values.The data is owned by the caller of the function.