Revert changes to v1

This commit is contained in:
Lea Anthony
2020-09-27 07:58:30 +10:00
parent 3b851e9a22
commit 02fd4ec477
5 changed files with 39 additions and 17 deletions

View File

@@ -17,7 +17,9 @@ type Renderer interface {
NotifyEvent(eventData *messages.EventData) error
// Dialog Runtime
OpenDialog(title string, filter string) []string
SelectFile(title string, filter string) string
SelectDirectory() string
SelectSaveFile(title string, filter string) string
// Window Runtime
SetColour(string) error