MCPcopy Index your code
hub / github.com/g3n/engine / BuilderLayoutVBox

Struct BuilderLayoutVBox

gui/builder_layout.go:61–61  ·  view source on GitHub ↗

BuilderLayoutVBox is builder for VBox layout

Source from the content-addressed store, hash-verified

59// BuilderLayoutVBox is builder for VBox layout
60//
61type BuilderLayoutVBox struct{}
62
63// BuildLayout builds and returns an VBoxLayout with the specified attributes
64func (bl *BuilderLayoutVBox) BuildLayout(b *Builder, am map[string]interface{}) (ILayout, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected