Dialogs
dialogs.Dialogs (extern class)
Static Members
open(title: String, ?filters: Array<FileFilter>, ?preserve_cwd: Bool = true): String
Name | Type | Default |
---|---|---|
title |
String | |
filters |
Array<FileFilter> | (optional) |
preserve_cwd |
Bool | true |
Returns |
---|
String |
save(title: String, ?filter: Null<FileFilter>, ?preserve_cwd: Bool = true): String
Name | Type | Default |
---|---|---|
title |
String | |
filter |
Null<FileFilter> | (optional) |
preserve_cwd |
Bool | true |
Returns |
---|
String |
Name | Type | Default |
---|---|---|
title |
String | |
preserve_cwd |
Bool | true |
Returns |
---|
String |
Metadata
Name | Parameters |
---|---|
:include |
"linc_dialogs.h" |
:build |
linc.Linc.touch() |
:build |
linc.Linc.xml("dialogs") |