Function

GtkColorSelectionChangePaletteWithScreenFunc

deprecated: 3.4 since: 2.2

Declaration

void
(* GtkColorSelectionChangePaletteWithScreenFunc) (
  GdkScreen* screen,
  const GdkColor* colors,
  gint n_colors
)

Description

No description available.

Available since: 2.2

Deprecated since: 3.4

Please do not use it in newly written code.

Parameters

screen

Type: GdkScreen

No description available.

The data is owned by the caller of the function.
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.