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