Method

GtkCellViewset_background_rgba

since: 3.0

Declaration [src]

void
gtk_cell_view_set_background_rgba (
  GtkCellView* cell_view,
  const GdkRGBA* rgba
)

Description [src]

Sets the background color of cell_view.

Available since: 3.0

Parameters

rgba

Type: GdkRGBA

The new background color.

The data is owned by the caller of the method.