MCPcopy Index your code
hub / github.com/lxn/walk / LayoutFlags

Method LayoutFlags

boxlayout.go:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168func (li *boxLayoutItem) LayoutFlags() LayoutFlags {
169 return boxLayoutFlags(li.orientation, li.children)
170}
171
172func (li *boxLayoutItem) IdealSize() Size {
173 return li.MinSize()

Callers

nothing calls this directly

Calls 1

boxLayoutFlagsFunction · 0.85

Tested by

no test coverage detected