[ CCode ( cname = "gimp_pattern_chooser_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public PatternChooser (string? title, string? label, Pattern? pattern)
Creates a new Widget that lets a user choose a pattern.
You can put this widget in a table in a plug-in dialog.
When pattern is NULL, initial choice is from context.
| title |
Title of the dialog to use or null to use the default title. |
| label |
Button label or null for no label. |
| pattern |
Initial pattern. |
|
A Widget that you can use in your UI. |