Function
Gimppalettes_popup
Declaration [src]
gboolean
gimp_palettes_popup (
const gchar* palette_callback,
const gchar* popup_title,
const gchar* initial_palette_name
)
Description [src]
Invokes the Gimp palette selection dialog.
Opens a dialog letting a user choose a palette.
Parameters
palette_callback |
const gchar* |
The callback PDB proc to call when user chooses a palette. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
popup_title |
const gchar* |
Title of the palette selection dialog. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
initial_palette_name |
const gchar* |
The name of the palette to set as the initial choice. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |