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

Method LayoutFlags

groupbox.go:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394}
395
396func (li *groupBoxLayoutItem) LayoutFlags() LayoutFlags {
397 return li.children[0].LayoutFlags()
398}
399
400func (li *groupBoxLayoutItem) MinSize() Size {
401 min := li.children[0].(MinSizer).MinSize()

Callers

nothing calls this directly

Calls 1

LayoutFlagsMethod · 0.65

Tested by

no test coverage detected