MCPcopy
hub / github.com/g3n/engine / DockLayout

Struct DockLayout

gui/docklayout.go:8–9  ·  view source on GitHub ↗

DockLayout is the layout for docking panels to the internal edges of their parent.

Source from the content-addressed store, hash-verified

6
7// DockLayout is the layout for docking panels to the internal edges of their parent.
8type DockLayout struct {
9}
10
11// DockLayoutParams specifies the edge to dock to.
12type DockLayoutParams struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected