Method
GtkThemingEnginelookup_color
deprecated: 3.14 since: 3.0
Declaration [src]
gboolean
gtk_theming_engine_lookup_color (
GtkThemingEngine* engine,
const gchar* color_name,
GdkRGBA* color
)
Description [src]
Looks up and resolves a color name in the current style’s color map.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
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:
GdkRGBAReturn location for the looked up color.
The argument will be set by the function. The returned data is owned by the instance.