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

Function init

scrollview.go:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15const scrollViewWindowClass = `\o/ Walk_ScrollView_Class \o/`
16
17func init() {
18 AppendToWalkInit(func() {
19 MustRegisterWindowClass(scrollViewWindowClass)
20 })
21}
22
23type ScrollView struct {
24 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…