[ CCode ( cname = "gimp_gradient_chooser_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public GradientChooser (string? title, string? label, Gradient? gradient)
Creates a new Widget that lets a user choose a gradient.
You can use this widget in a table in a plug-in dialog.
| title |
Title of the dialog to use or null to use the default title. |
| label |
Button label or null for no label. |
| gradient |
Initial gradient. |
|
A Widget that you can use in your UI. |