| Top | 
GtkWidget * gimp_palette_select_widget_new (const gchar *title,const gchar *palette_name,GimpRunPaletteCallback callback,gpointer data);
gimp_palette_select_widget_new is deprecated and should not be used in newly-written code.
Creates a new GtkWidget that completely controls the selection of a palette. This widget is suitable for placement in a table in a plug-in dialog.
title  | 
Title of the dialog to use or   | 
|
palette_name  | 
Initial palette name.  | 
|
callback  | 
A function to call when the selected palette changes.  | 
|
data  | 
A pointer to arbitrary data to be used in the call to   | 
Since: 2.2
void
gimp_palette_select_widget_close (GtkWidget *widget);
gimp_palette_select_widget_close is deprecated and should not be used in newly-written code.
Closes the popup window associated with widget
.
Since: 2.2
void gimp_palette_select_widget_set (GtkWidget *widget,const gchar *palette_name);
gimp_palette_select_widget_set is deprecated and should not be used in newly-written code.
Sets the current palette for the palette select widget.  Calls the
callback function if one was supplied in the call to
gimp_palette_select_widget_new().
Since: 2.2