Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/g3n/engine
/ ILayout
Interface
ILayout
gui/ilayout.go:8–10 ·
view source on GitHub ↗
ILayout is the interface for layouts
Source
from the content-addressed store, hash-verified
6
7
// ILayout is the interface for layouts
8
type
ILayout
interface
{
9
Recalc(ipan IPanel)
10
}
Callers
4
Add
Method · 0.65
Remove
Method · 0.65
SetLayout
Method · 0.65
resize
Method · 0.65
Implementers
5
HBoxLayout
gui/hboxlayout.go
GridLayout
gui/gridlayout.go
DockLayout
gui/docklayout.go
VBoxLayout
gui/vboxlayout.go
FillLayout
gui/filllayout.go
Calls
no outgoing calls
Tested by
no test coverage detected