Function

GtkColorSelectionChangePaletteFunc

deprecated: 3.4 

Declaration

void
(* GtkColorSelectionChangePaletteFunc) (
  const GdkColor* colors,
  gint n_colors
)

Description

No description available.

Deprecated since: 3.4

Please do not use it in newly written code.

Parameters

colors

Type: An array of GdkColor

Array of colors.

The length of the array is specified in the n_colors argument.
The data is owned by the caller of the function.
n_colors

Type: gint

Number of colors in the array.