MCPcopy
hub / github.com/lxn/walk / Menu

Struct Menu

menu.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type Menu struct {
18 hMenu win.HMENU
19 window Window
20 actions *ActionList
21 getDPI func() int
22}
23
24func newMenuBar(window Window) (*Menu, error) {
25 hMenu := win.CreateMenu()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected