MCPcopy Create free account
hub / github.com/lxn/walk / init

Function init

webview.go:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19const webViewWindowClass = `\o/ Walk_WebView_Class \o/`
20
21func init() {
22 AppendToWalkInit(func() {
23 MustRegisterWindowClass(webViewWindowClass)
24 })
25}
26
27type WebView struct {
28 WidgetBase

Callers

nothing calls this directly

Calls 2

AppendToWalkInitFunction · 0.85
MustRegisterWindowClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…