Method

GdkWindowset_background

deprecated: 3.4 

Declaration [src]

void
gdk_window_set_background (
  GdkWindow* window,
  const GdkColor* color
)

Description [src]

Sets the background color of window.

However, when using GTK+, influence the background of a widget using a style class or CSS — if you’re an application — or with gtk_style_context_set_background() — if you’re implementing a custom widget.

Deprecated since: 3.4

Don’t use this function.

Parameters

color

Type: GdkColor

A GdkColor.

The data is owned by the caller of the method.