EditorFileDialog.addFilter

Adds a comma-delimited file extension filter option to the EditorFileDialog with an optional semi-colon-delimited label.

struct EditorFileDialog
@nogc nothrow
void
addFilter
(
StringArg0
)
(
in StringArg0 filter
)

Examples

"*.tscn, *.scn; Scenes", results in filter text "Scenes (*.tscn, *.scn)".

Meta