class
FolderEdit
public class FolderEdit : LineEdit An editable text box with a button to browse for an arbitrary folder using OS file browser dialog.
Constructors
FolderEdit(Widget parent) Properties
| Name | Type | Description |
|---|---|---|
DialogTitle | String | Title override for the "browse folder" dialog. |
Methods
Fields
| Name | Type | Description |
|---|---|---|
FolderSelected | Action<String> | Path to the user selected folder. |