| Top |  |  |  |  | 
| void | (*GimpRunPaletteCallback) () | 
| const gchar * | gimp_palette_select_new () | 
| void | gimp_palette_select_destroy () | 
| gboolean | gimp_palettes_popup () | 
| gboolean | gimp_palettes_close_popup () | 
| gboolean | gimp_palettes_set_popup () | 
void (*GimpRunPaletteCallback) (const gchar *palette_name,gboolean dialog_closing,gpointer user_data);
const gchar * gimp_palette_select_new (const gchar *title,const gchar *palette_name,GimpRunPaletteCallback callback,gpointer data);
gboolean gimp_palettes_popup (const gchar *palette_callback,const gchar *popup_title,const gchar *initial_palette);
Invokes the Gimp palette selection.
This procedure opens the palette selection dialog.
gboolean
gimp_palettes_close_popup (const gchar *palette_callback);
Close the palette selection dialog.
This procedure closes an opened palette selection dialog.
gboolean gimp_palettes_set_popup (const gchar *palette_callback,const gchar *palette_name);
Sets the current palette in a palette selection dialog.
Sets the current palette in a palette selection dialog.