Method
GtkStyleContextlookup_color
Declaration [src]
gboolean
gtk_style_context_lookup_color (
GtkStyleContext* context,
const gchar* color_name,
GdkRGBA* color
)
Parameters
color_name
-
Type:
const gchar*
Color name to lookup.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. color
-
Type:
GdkRGBA
Return location for the looked up color.
The argument will be set by the function. The returned data is owned by the instance.