mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
WIP: Support multiple value return
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user