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