Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Title string // window name Settings *WindowOptions }
type Settings ¶
type Settings struct { AreDevToolsEnabled bool // Is allows you to open inspect tool. AreDefaultContextMenusEnabled bool // The menu after clicking the right mouse. IsZoomControlEnabled bool // Ctrl + scroll mouse is enabled }
Settings ICoreWebView2Settings
type WebView ¶
type WebView interface { // Navigate https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2?view=webview2-1.0.1462.37#navigate Close() Release() Run() }
func NewWebView ¶
Click to show internal directories.
Click to hide internal directories.