ImageChooser


Description:

[ CCode ( cname = "gimp_image_chooser_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public ImageChooser (string? title, string? label, Image? image)

Creates a new Widget that lets a user choose an image.

When image 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.

image

Initial image.

Returns:

A [class@GimpUi.ImageChooser.