Support OpenDialog

This commit is contained in:
Lea Anthony
2020-09-26 16:08:55 +10:00
parent bed5619d4e
commit 9b0f58ddf5
6 changed files with 15 additions and 15 deletions

View File

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