Method

GtkCellViewset_background_color

deprecated: 3.4 since: 2.6

Declaration [src]

void
gtk_cell_view_set_background_color (
  GtkCellView* cell_view,
  const GdkColor* color
)

Description [src]

Sets the background color of view.

Available since: 2.6

Deprecated since: 3.4

Use gtk_cell_view_set_background_rgba() instead.

Parameters

color

Type: GdkColor

The new background color.

The data is owned by the caller of the method.