PaletteChooser


Description:

[ CCode ( cname = "gimp_palette_chooser_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public PaletteChooser (string? title, string? label, Palette? palette)

Creates a new Widget that lets a user choose a palette.

You can put this widget in a table in a plug-in dialog.

When palette is NULL, initial choice is from context.

Parameters:

title

Title of the dialog to use or null to use the default title.

label

Button label or null for no label.

palette

Initial palette.

Returns:

A Widget that you can use in your UI.