Versions in this module Expand all Collapse all v0 v0.1.1 Nov 13, 2019 Changes in this version + const DialogFlagDirectory + const DialogFlagError + const DialogFlagFile + const DialogFlagInfo + const DialogFlagWarning + func Debug(a ...interface{}) + func Debugf(format string, a ...interface{}) + func Open(title, url string, w, h int, resizable bool) error + type DialogType int + const DialogTypeAlert + const DialogTypeOpen + const DialogTypeSave + type ExternalInvokeCallbackFunc func(w WebView, data string) + type Settings struct + Debug bool + ExternalInvokeCallback ExternalInvokeCallbackFunc + Height int + Resizable bool + Title string + URL string + Width int + type WebView interface + Bind func(name string, v interface{}) (sync func(), err error) + Dialog func(dlgType DialogType, flags int, title string, arg string) string + Dispatch func(func()) + Eval func(js string) error + Exit func() + InjectCSS func(css string) + Loop func(blocking bool) bool + Run func() + SetColor func(r, g, b, a uint8) + SetFullscreen func(fullscreen bool) + SetTitle func(title string) + Terminate func() + func New(settings Settings) WebView