MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Container

Struct Container

gui.go:2986–2997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2984}
2985
2986type Container struct {
2987 Rect *sdl.FRect
2988 Rows []*ContainerRow
2989 WorldSpace bool
2990 Scrollbar *Scrollbar
2991 DisplayScrollbar bool
2992 OnUpdate func()
2993 OnDraw func()
2994 OnOpen func()
2995 DefaultMargin float32
2996 overallHeight float32
2997}
2998
2999func NewContainer(rect *sdl.FRect, worldSpace bool) *Container {
3000 container := &Container{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected