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:
GdkScreenNo description available.
The data is owned by the caller of the function.  colors- 
            
Type: An array of
GdkColorArray of colors.
The length of the array is specified in the n_colorsargument.The data is owned by the caller of the function.  n_colors- 
            
Type:
gintNumber of colors in the array.