DockLayout is the layout for docking panels to the internal edges of their parent.
| 6 | |
| 7 | // DockLayout is the layout for docking panels to the internal edges of their parent. |
| 8 | type DockLayout struct { |
| 9 | } |
| 10 | |
| 11 | // DockLayoutParams specifies the edge to dock to. |
| 12 | type DockLayoutParams struct { |
nothing calls this directly
no outgoing calls
no test coverage detected