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

Struct BuilderLayoutHBox

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

BuilderLayoutHBox is builder for HBox layout

Source from the content-addressed store, hash-verified

8// BuilderLayoutHBox is builder for HBox layout
9//
10type BuilderLayoutHBox struct{}
11
12// BuildLayout builds and returns an HBoxLayout with the specified attributes
13func (bl *BuilderLayoutHBox) BuildLayout(b *Builder, am map[string]interface{}) (ILayout, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected