WIP: Support multiple value return

This commit is contained in:
Lea Anthony
2020-09-25 07:09:55 +10:00
parent 69c4e6ea28
commit bed5619d4e
12 changed files with 1599 additions and 123 deletions

View File

@@ -18,7 +18,7 @@ type Renderer interface {
// Dialog Runtime
SelectFile(title string, filter string) string
SelectDirectory() string
SelectDirectory() []string
SelectSaveFile(title string, filter string) string
// Window Runtime