MCPcopy
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
8type ILayout interface {
9 Recalc(ipan IPanel)
10}

Callers 4

AddMethod · 0.65
RemoveMethod · 0.65
SetLayoutMethod · 0.65
resizeMethod · 0.65

Implementers 5

HBoxLayoutgui/hboxlayout.go
GridLayoutgui/gridlayout.go
DockLayoutgui/docklayout.go
VBoxLayoutgui/vboxlayout.go
FillLayoutgui/filllayout.go

Calls

no outgoing calls

Tested by

no test coverage detected