Method

Gtk.StyleContext.get_color

Declaration [src]

void
gtk_style_context_get_color (
  GtkStyleContext* context,
  GdkRGBA* color
)

Description [src]

Gets the foreground color for a given state.

Parameters

color GdkRGBA*
 

return value for the foreground color

 Direction: out
 Ownership is not transferred to the callee