[ CCode ( cname = "gimp_prop_file_chooser_new" ) ]
[ Version ( since = "3.0" ) ]
public Widget prop_file_chooser_new (Object config, string property_name, string? label, string? title)
Creates a [class@GimpUi.
FileChooser] to edit the specified file property. property_name must be a gimpparamspecfile
with an action other than [enum@Gimp.FileChooserAction.ANY].
If label is null, property_name's `nick` text will be used instead.
| config |
Object to which property is attached. |
| property_name |
Name of a gimpparamspecfile property. |
| label |
Label of the widget. |
| title |
Title of the file dialog. |
|
A new FileChooserButton. |