Remove old dialog code

This commit is contained in:
Lea Anthony
2020-09-26 16:16:25 +10:00
parent 9b0f58ddf5
commit 5ce5e129cf
11 changed files with 8 additions and 179 deletions

View File

@@ -186,7 +186,7 @@ type WebView interface {
// Dialog() opens a system dialog of the given type and title. String
// argument can be provided for certain dialogs, such as alert boxes. For
// alert boxes argument is a message inside the dialog box.
Dialog(dlgType DialogType, flags int, title string, arg string, filter string) string
Dialog(dlgType DialogType, flags int, title string, arg string, filter string) []string
// Terminate() breaks the main UI loop. This method must be called from the main thread
// only. See Dispatch() for more details.
Terminate()