[ CCode ( cname = "gimp_prop_file_chooser_button_new_with_dialog" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_file_chooser_button_new_with_dialog (Object config, string property_name, Widget dialog)
Creates a FileChooserButton to edit the specified path property.
The button uses dialog as it's file-picking window. Note that dialog must be a
FileChooserDialog (or subclass) and must not have
gtk_dialog_destroy_with_parent set.
Note that FileChooserButton implements the FileChooser interface; you can use the FileChooser API with it.
| config |
object to which property is attached. |
| property_name |
name of path property. |
| dialog |
the FileChooserDialog widget to use. |
|
A new FileChooserButton. |