[ CCode ( cname = "gimp_prop_path_editor_new" ) ]
public Widget prop_path_editor_new (Object config, string path_property_name, string writable_property_name, string filechooser_title)
Creates a PathEditor to edit the specified path and writable path properties.
| config |
object to which property is attached. |
| path_property_name |
name of path property. |
| writable_property_name |
name of writable path property. |
| filechooser_title |
window title of FileChooserDialog widget. |
|
A new PathEditor. |