24 lines
702 B
JavaScript
24 lines
702 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function MessageDialog(arg1) {
|
|
return window['go']['dialog']['Support']['MessageDialog'](arg1);
|
|
}
|
|
|
|
export function OpenDirectoryDialog(arg1) {
|
|
return window['go']['dialog']['Support']['OpenDirectoryDialog'](arg1);
|
|
}
|
|
|
|
export function OpenFileDialog(arg1) {
|
|
return window['go']['dialog']['Support']['OpenFileDialog'](arg1);
|
|
}
|
|
|
|
export function OpenMultipleFilesDialog(arg1) {
|
|
return window['go']['dialog']['Support']['OpenMultipleFilesDialog'](arg1);
|
|
}
|
|
|
|
export function SaveFileDialog(arg1) {
|
|
return window['go']['dialog']['Support']['SaveFileDialog'](arg1);
|
|
}
|