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

Method CreateLayoutItem

container.go:117–119  ·  view source on GitHub ↗
(ctx *LayoutContext)

Source from the content-addressed store, hash-verified

115}
116
117func (cb *ContainerBase) CreateLayoutItem(ctx *LayoutContext) LayoutItem {
118 return cb.layout.CreateLayoutItem(ctx)
119}
120
121func (cb *ContainerBase) DataBinder() *DataBinder {
122 return cb.dataBinder

Callers

nothing calls this directly

Calls 1

CreateLayoutItemMethod · 0.65

Tested by

no test coverage detected