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