upload dialog API.

This commit is contained in:
Miroslav Šedivý
2021-01-17 23:50:03 +01:00
parent 98dc08cba9
commit 2b3bb6e21a
4 changed files with 126 additions and 0 deletions

View File

@ -66,4 +66,9 @@ type DesktopManager interface {
// drop
DropFiles(x int, y int, files []string) bool
// filechooser
HandleFileChooserDialog(uri string) error
CloseFileChooserDialog() error
IsFileChooserDialogOpen() bool
}