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

Struct BoxLayout

boxlayout.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type BoxLayout struct {
26 LayoutBase
27 orientation Orientation
28 hwnd2StretchFactor map[win.HWND]int
29}
30
31func newBoxLayout(orientation Orientation) *BoxLayout {
32 l := &BoxLayout{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected