Method

GtkColorSelectionset_previous_color

deprecated: 3.4 

Declaration [src]

void
gtk_color_selection_set_previous_color (
  GtkColorSelection* colorsel,
  const GdkColor* color
)

Description [src]

Sets the “previous” color to be color.

This function should be called with some hesitations, as it might seem confusing to have that color change. Calling gtk_color_selection_set_current_color() will also set this color the first time it is called.

Deprecated since: 3.4

Use gtk_color_selection_set_previous_rgba() instead.

Parameters

color

Type: GdkColor

A GdkColor to set the previous color with.

The data is owned by the caller of the method.