[ CCode ( cname = "gimp_path_editor_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public PathEditor (string title, string? path)
Creates a new PathEditor widget.
The elements of the initial search path must be separated with the SEARCHPATH_SEPARATOR character.
| title |
The title of the FileChooser dialog which can be popped up. |
| path |
The initial search path. |
|
A pointer to the new PathEditor widget. |