Method

GtkThemingEngineget_background_color

deprecated: 3.14 since: 3.0

Declaration [src]

void
gtk_theming_engine_get_background_color (
  GtkThemingEngine* engine,
  GtkStateFlags state,
  GdkRGBA* color
)

Description [src]

Gets the background color for a given state.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Parameters

state

Type: GtkStateFlags

State to retrieve the color for.

color

Type: GdkRGBA

Return value for the background color.

The argument will be set by the function.
The returned data is owned by the instance.