Versions in this module Expand all Collapse all v1 v1.0.1 Jun 11, 2024 Changes in this version + const HintFixed + const HintMax + const HintMin + const HintNone + type Hint int + type WebView interface + Bind func(name string, f interface{}) error + Destroy func() + Dispatch func(f func()) + Eval func(js string) + Init func(js string) + Navigate func(url string) + Run func() + SetHtml func(html string) + SetSize func(w int, h int, hint Hint) + SetTitle func(title string) + Terminate func() + Unbind func(name string) error + Window func() unsafe.Pointer + func New(debug bool) WebView + func NewWindow(debug bool, window unsafe.Pointer) WebView