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

Function init

tableview.go:31–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29)
30
31func init() {
32 AppendToWalkInit(func() {
33 MustRegisterWindowClass(tableViewWindowClass)
34 tableViewFrozenLVWndProcPtr = syscall.NewCallback(tableViewFrozenLVWndProc)
35 tableViewNormalLVWndProcPtr = syscall.NewCallback(tableViewNormalLVWndProc)
36 tableViewHdrWndProcPtr = syscall.NewCallback(tableViewHdrWndProc)
37 })
38}
39
40const (
41 tableViewCurrentIndexChangedTimerId = 1 + iota

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…